Graph Coloring

We'd like to take a map consisting of a set of non-overlapping regions and ``color'' it (assign a color to each region) so that no two contiguous regions have the same color.

Important in scheduling problems.

What's the natural decision problem? k-colorability.


next up previous
Next: Solving 3-colorability Up: NP-COMPLETE PROBLEMS Previous: Fine Points