MizanMustakim / Dijkstra-s-Shortest-Path-Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About


Languages

Language:Python 100.0%