© 2026 Hashnode
Admiration of a Mathematician Growing up, I loved sports, and my favorite people were athletes. Their discipline, teamwork, and determination inspired me. However, as I matured, I still respected their grit and discipline, but I entered the engineeri...

1. Introduction Shortest path algorithms are fundamental in graph theory and computer science, with wide applications ranging from GPS navigation systems to network routing protocols. This article covers three major algorithms: Dijkstra's Algorithm:...

Introduction Pathfinding is a fundamental topic in computer science, with applications in fields like navigation, AI/ML, network routing, and many others. In this article, we compare four core pathfinding algorithms: breadth-first search (BFS), depth...
