Instructions for compilation and use:
- Open a terminal in the base folder of this repository after cloning
- Run 'g++ -g graph/main.cpp graph/graph.cpp -o graph/main.exe' (or other compiler of choice, but we wrote and tested everything with g++)
- Step 2 will have created the application main.exe in the graph subfolder--run this application from the terminal (or equivalent terminal with current folder set to GraphProject) by entering './graph/main.exe' and enjoy!