Graph coloring implementation
-----------------------------

                 Key: SANDBOX-333
                 URL: https://issues.apache.org/jira/browse/SANDBOX-333
             Project: Commons Sandbox
          Issue Type: Improvement
          Components: Graph
            Reporter: Marco Speranza
            Priority: Minor


Hi all, I just implemented a simple version of graph coloring problem. 
This implementation contains the chromatic number ( is the minimal number of 
colors needed to color each vertex such that no two adjacent vertices share the 
same color) and also the coloring algorithm.




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to