Metadata-Version: 2.4
Name: graphs_mcsteestu
Version: 0.0.1
Summary: A package containing graph algorithms
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Author-email: Mckenna Steenbock <msteenbock@student.cccs.edu>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Graph Algorithm (What)

A python library for running shortest path algorithms on graphs. Find the shortest path of graphs using Dijkstra's algorithm.


##


##


## How to install and build the graphs_mcsteestu library
'''
pip3 install graphs_mcsteestu
'''

## How to use the graphs_mcsteestu library


## Credits
* Dr. Mota for providing the code for Dijkstra's algorithm.



## Licence
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)