DijkstraAlgo

To measure the shortest distance of any nodes or any particular points, we can use this package. By using this package, we will get the shortest path and also the distance.


Keywords
Shortest, Path, Dijkstra, Algorithm, Graph, Distance, Route, Dijkstra_2D, Dijkstra_3D
Licenses
GPL-3.0/GPL-3.0+
Install
pip install DijkstraAlgo==0.0.6

Documentation

Dijkstra's Shortest Path Algorithm in Python

Install package

pip install DijkstraAlgo

To find the shortest path from any source to any destination, applying Dijkstra's Algorithm on this 2-Dimensional model.

image

The distances between the adjacent nodes on 2-Dimensional model-->

image

Dijkstra Algorithm on 3d model.

There are given some views of this model from some different angle.

image
View 1
image
View 2
image
View 3

For more information, visit pypi.

Happy Coding!