A small example package
Project description
Name of package: graphs_jackWheelerEng
Purpose: This package provides two core modules:
heapq.py– a custom implementation of a binary heap priority queue.sp.py– shortest path algorithms (e.g., Dijkstra) built on top of the heap.
The main purpose of this package is to demonstrate an implementation of the Dijkstra shortest path algorithm.
Usage: Example: Finding the shortest path in a weighted graph
from sp import dijkstra
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
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_jackwheelereng-0.0.1.tar.gz.
File metadata
- Download URL: graphs_jackwheelereng-0.0.1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12be86eb2774380d57c0e597e044bcda87eb523a817e06f9dbb15dc44d96bfa1
|
|
| MD5 |
15c71397b318bff093d54a3f6cf9546d
|
|
| BLAKE2b-256 |
176fb6941af80ed46597b42c8076966af7e51e1696baffbc32c08358ff724863
|
File details
Details for the file graphs_jackwheelereng-0.0.1-py3-none-any.whl.
File metadata
- Download URL: graphs_jackwheelereng-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d51b6a6b84ffae3723246ef04a53bf1e6dd98d17d843b6a83bf9a49fe2c52c13
|
|
| MD5 |
f34755b0cdea9d9d7dabb6bab4ad15d3
|
|
| BLAKE2b-256 |
21de96366546b2caea078afd0d2b735e32a93f20da01cb9775758f1311641cf8
|