graph coloring
assignment of colors to elements of a graph subject to certain constraints
list coloring
generalization of graph coloring in which each vertex has a list of allowed colors
harmonious coloring
proper vertex coloring in which every pair of colors appears on at most one pair of adjacent vertices
weak coloring
special case of graph labeling in graph theory
defective coloring
vertex coloring such that every color class induces a subgraph whose maximum degree is bounded by a given constant
list edge-coloring
type of graph coloring
fractional coloring
topic in mathematical graph theory
vertex coloring
coloring of a graph's vertices
edge coloring
an assignment of colors to the edges of a graph so that no two edges that share an endpoint have the same color as each other
Recursive largest first algorithm
algorithm for graph coloring