This project was created for the Graph Theory discipline in the college.
The generated graph for this example can be seen in graph.png file in this directory
To run this project you must have PIP installed in your PC.
Run the following command in your terminal to install the project dependencies:
pip install -r requirements.txtAfter that you can run this project by use the following command:
python main.pyIf you are in a linux distribution you must change python and pip commands to python3 and pip3 respectively to use version 3 of Python