/graph_theory_python

Implementation of graph_theory concepts in python

Primary LanguagePython

Graph Theory Python

My implementation of the Graph data structure. There are two classes in this project : the Graph class and the Vertex Class to represent graphs and vertices that compose them, respectively.