DEV Community

Discussion on: Dijkstra's algorithm in python: algorithms for beginners

Collapse
 
phlash profile image
Phil Ashby

Nicely done!

If you are only trying to get from A to B in a graph... then the A* algorithm usually performs slightly better: en.wikipedia.org/wiki/A*_search_al... That's what many SatNav packages use :)

Collapse
 
mxl profile image
Maria Boldyreva

Yep! I will write about it soon. Thanks for reading :)