Greedy coloring (nonfiction)
Jump to navigation
Jump to search
In the study of graph coloring problems in mathematics and computer science, a greedy coloring is a coloring of the vertices of a graph formed by a greedy algorithm that considers the vertices of the graph in sequence and assigns each vertex its first available color. Greedy colorings do not in general use the minimum number of colors possible. However, they have been used in mathematics as a technique for proving other results about colorings and in computer science as a heuristic to find colorings with few colors.
In the News
2018: Consortium of Greedy algorithms found guilty of extorting a percentage of color (the so-called "color tax") from greedy coloring algorithms worldwide.
Fiction cross-reference
Nonfiction cross-reference
External links:
- Greedy coloring @ Wikipedia