Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 313 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 313 Bytes

Graph coloring

The graph coloring problem consists of a graph and a limited number of available colors. The task is, to label the vertices of the graph with colors, under the condition, that two cannot have the same color when they are connected through an edge.