/Graph-Data-Structure-Python

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python Bi-directional Graph Data Structure (with Dijkstra algorithm implementation to play with)

Table of contents

Quick start

If you just want a short demo of a Dijkstra, run the main.py file using python 3.12 or higher

What's included

Basic Implementation of a class based bi-directional Graph. Feel free to fork and use as you please

root/
    └── Dijikstra.py
    ├── Graph.py
    ├── Readme.md
    └── main.py

Bugs and feature requests

Have a bug or a feature request? Feel free to open a new issue.

Creators

Thanks

Ismaestro for the amazing Markdown documentation template

Copyright and license

Code and documentation copyright 2023 the Sean Otto. Code released under the GNU General Public License v3.0.

Enjoy 🤘