Now the application is able to find all spiral chains of a graph.
I still need to:
- Implement the Cahit coloring algorithm using the spiral chains
- Add some additional features to the Java application
- Modify the settings to color the edges
- Manual selection of the starting vertex
- Manual coloring of the Edges
- …
The application can be downloaded from the github site.
About the Cahit coloring algorithm there are some things that I need to undestrand before implementing the Java code.
