Skip to content

mehmettekn/Implementing_Dijkstra_with_Heap_Udacity_PS5-1

Repository files navigation

This project is the solution to PS5-1 in CS215 course at Udacity.com

The original code given in the question is stored in another file. The code where heapq module is
implemented is stored in another file.

Priority_dict class is used in the code to have a priority queue with
updatable values (priorities) in the dict form.
The class is created by Matteo Dell'Amico and more information
can be found at url:
http://code.activestate.com/recipes/522995/

About

Implementing the Dijkstra algorithm with built-in Python heapq module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages