Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

dijkstra-tg

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dijkstra-tg

A simple Dijkstra's Algorithm implementation

pipPyPI
Version
0.1.0.post2
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts