I'm new to Python and I try to write a Dijkstra's algorithm. My code is totally crap and requires too much time; I know that there is a good implementation with heap, so can someone give me the fastest code of Dijkstra's algorithm? I need to apply it on a graph on networkx package.
Comments
Post a Comment