Skip to content

aneeshktry/Graph-Vertex-Coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph-Vertex-Coloring is a simple application for coloring a graph.
The idea behind this is no adjacent vertex has same color and color the graph using minimum number of color. 
Here we using graph coloring algorithm. 

To draw a graph.  
>To draw a vertex double click on the field.
>To draw an edge click on one vertex,then drag and drop on the next vertex.