Skip to content

seanj29/Graph-Data-Structure-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤘

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages