Y
Hacker News
new
|
ask
|
show
|
jobs
by
o11c
449 days ago
A* is also importantly different for what the ordering of the priority queue is. Dijkstra's algorithm is just BFS with a priority queue, but the lack of heuristic in the comparison key keeps it clearly breadth-first.