Top "Graph-coloring" questions

graph coloring using BFS - greedy coloring?

Thinking if I can implement graph coloring using BFS, I came up with the approach pseudo coded below. Though it …

algorithm graph-algorithm graph-coloring
How to - Graph Coloring in Prolog

I'm trying to make the simple graph coloring algorithm in Prolog, but I'm having a bit of a hard time …

algorithm prolog graph-theory graph-coloring