The objective of this project is to create visualization, animation and user interaction to elucidate the following classical graph problems.
- Graph Isomorphism
- Max k-Cut
- Graph Coloring
- Finding of Vertex cover
- Tree Width
The application can be enjoyed here.
This project is written in Elm programming language. The Website is in the
Website directory. For installation guidelines look at the Installation Manual.
The link to the dissertation report in pdf format is here
Weekly updates of the project record the work done on the project on a weekly basis.
The report is written in latex. For this project, see report compilation.
To contribute to this project you can add another topic by adding a module to the project in the src directory. For more information see modules.
For greater detail of the implementation of the project, you can visit the wiki.