All posts

Tagged: Coding

2 posts found

·4 min read
Read Shortest Path Algorithms, when to Use What?

Shortest Path Algorithms, when to Use What?

I often struggled with one thing while solving graph problems, not the implementation, but the decision. Which algorithm should I use here? BFS? Dijkstra? Bellman-Ford? Floyd-Warshall?

·3 min read
Read Six Months That Changed How I Think.

Six Months That Changed How I Think.

Six months. One internship. Lessons on clean code, adaptability, discipline, and what real-world engineering actually looks like.