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

MatDiscretaII

About

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.


Languages

Language:C 99.7%Language:Roff 0.3%