Tag: computer-science
All the articles with the tag "computer-science".
Pathfinding Algorithms — BFS, DFS, Dijkstra and A* (Interactive)
Posted on:March 15, 2026 at 09:00 AMBFS, DFS, Dijkstra and A* explained from first principles, side by side on the same grid. Why does A* explore so few nodes? Why is DFS fast but dangerous? Paint walls, set mazes and watch them race.