January 2020
Intermediate to advanced
640 pages
16h 56m
English
The next graph-based problem that we will be trying to solve using our graph processing system is graph coloring. The idea behind graph coloring is to assign a color to each vertex in the graph so that no adjacent vertices have the same color. The following diagram illustrates an example graph whose vertices have been colored with the optimal (minimum possible) number of colors:

Graph coloring has numerous real-world applications: