k-coloring problem

GPTKB entity

Statements (19)
Predicate Object
gptkbp:instanceOf gptkb:theoretical_computer_science
gptkb:graph
gptkbp:application scheduling
register allocation
frequency assignment
gptkbp:complexity NP-complete for k >= 3
gptkbp:defines Given a graph and an integer k, determine if the graph's vertices can be colored with k colors so that no two adjacent vertices share the same color.
gptkbp:field computer science
graph theory
gptkbp:hasSpecialCase graph coloring problem
gptkbp:relatedTo graph coloring
vertex coloring
gptkbp:solvedBy greedy algorithms
backtracking algorithms
constraint satisfaction methods
gptkbp:bfsParent gptkb:3-coloring_problem
gptkb:graph_coloring_(optimization_version)
gptkbp:bfsLayer 8
https://www.w3.org/2000/01/rdf-schema#label k-coloring problem