milicarabelos / Greedy-graph-coloring-algorithm

This GitHub project is a C implementation of the Greedy Graph Coloring Algorithm. The algorithm aims to color the vertices of an undirected graph in such a way that no two adjacent vertices share the same color, while minimizing the total number of colors used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

milicarabelos/Greedy-graph-coloring-algorithm Stargazers