Solution of vertex coloring of a graph problem using simple genetic algorithm. Input file and input format was taken from http://www.info.univ-angers.fr/pub/porumbel/graphs/.
To build with GCC use:
gcc -x c -std=c99 -o GeneticVertexColoring GeneticVertexColoring.c