dsert1 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:Python 100.0%