Skip to main content

A simple Dijkstra's Algorithm implementation

Project description

Dijkstra's Algorithm Implementation

Upload Python Package Sample Project - View Made with Python License GitHub tag

A simple Dijkstra's Algorithm implementation

Installation

Use the package manager pip to install the package.

pip install -i https://test.pypi.org/simple/ dijkstras-algorithm-TOMG-A

Usage

from dijkstra import *

NodeA=Node("A")
graph=Graph(NodeA)
dist,prev,_=Dijkstra(graph,NodeA)

License

Released under MIT by @TOMG-A.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dijkstra-tg-0.1.0.post2.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

dijkstra_tg-0.1.0.post2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page