/Bidirectional-Dijkstra

This is my solution to a problem where we need to find a fast way to deliver data across a network. The optimal solution is to use Bidirectional Dijkstra because it reduces the running time of Dijkstra by a constant factor, which is very useful in large datasets.

Primary LanguagePython

Bidirectional-Dijkstra

This is my solution to a problem where we need to find a fast way to deliver data across a network. The optimal solution is to use Bidirectional Dijkstra because it reduces the running time of Dijkstra by a constant factor, which is very useful in large datasets.