Package to utilize Dijkstras Shortest Path
Project description
graphs_tradke
A Python package implementing Dijkstra's shortest path algorithm and Breadth-First Search (BFS), another type of search we learned in CS2050. This package provides efficient algorithms for working with graphs, making it useful for a variety of applications in computer science, including shortest path calculations and graph traversals.
Features
- Dijkstra's Algorithm: Finds the shortest path from a source node to all other nodes in a weighted graph.
- Breadth-First Search (BFS): Traverses the graph level by level, useful for finding the shortest path in unweighted graphs.
Installation
To install the package, clone the repository and use pip3:
# Clone the repository
git clone https://github.com/t-radke/CS3250-hw4
# Navigate to the src directory
cd CS3250-hw4/src
# Install the package
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
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_tradke-0.0.1.tar.gz.
File metadata
- Download URL: graphs_tradke-0.0.1.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c537e9bae2c9686cdae144f25f7a749b3eb40877045194ba9560c27bde830f23
|
|
| MD5 |
f4bf2b01d80585105b7fe962a5e2a2bf
|
|
| BLAKE2b-256 |
10f4592e9d7363621bfe2744e04a8f6c87cdc159d355fab66567845bc452aa34
|
File details
Details for the file graphs_tradke-0.0.1-py3-none-any.whl.
File metadata
- Download URL: graphs_tradke-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec1d20440878af31af354e69f430fa0ce4f471e83cee0f0636aa8dbfa2d3734
|
|
| MD5 |
1e63cd217d2792a7cbb0fec861cb0b60
|
|
| BLAKE2b-256 |
40ddbe2a81b01e48d425e2f51500dc1c750c4b81e08ebe47e7f8d4b687e3137c
|