Graph algorithms package: Dijkstra’s shortest path and BFS shortest path
Project description
graphs_sayuj0
A Python library that implements graph algorithms.
This package was built as part of a packaging assignment and includes:
- Dijkstra’s shortest path algorithm (weighted graphs)
- BFS shortest path algorithm (unweighted graphs, bonus)
Installation
Install from GitHub
Once the repository is public, you can install it directly:
pip install git+https://github.com/sayuj0/graphs_sayuj0.git
git clone https://github.com/sayuj0/graphs_sayuj0.git
cd graphs_sayuj0
pip install .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
graphs_sayuj0-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file graphs_sayuj0-0.0.1.tar.gz.
File metadata
- Download URL: graphs_sayuj0-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
321210fd19eca47c78fa0edc79af89fb05496ce66e71686f49fe6df239738e20
|
|
| MD5 |
6b328186c3d7b5461d973fc78a46a49f
|
|
| BLAKE2b-256 |
119dc5544495625fb4b1db261ddc051ea414608e81ea8ad551d8dddde249aa1f
|
File details
Details for the file graphs_sayuj0-0.0.1-py3-none-any.whl.
File metadata
- Download URL: graphs_sayuj0-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
829155f5174d7ea8a99fd2c2b5ded92cc46018e2b6611d15db4fb5f27afdb06d
|
|
| MD5 |
8110961a329b632133c6d6e100231e36
|
|
| BLAKE2b-256 |
f1d951641595d2b9724200c0575b75a23f9e85da409d86ce36589bbb14b3e123
|