Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Fastest implementation Dijkstra's algorithm python3

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