List of NP-complete problems

This is a list of some of the more commonly known problems that are NP-complete when expressed as decision problems. As there are thousands of such problems known, this list is in no way comprehensive. Many problems of this type can be found in Garey & Johnson (1979).

Graphs and hypergraphs

Graphs occur frequently in everyday applications. Examples include biological or social networks, which contain hundreds, thousands and even billions of nodes in some cases (e.g. Facebook or LinkedIn).

NP-complete special cases include the edge dominating set problem, i.e., the dominating set problem in line graphs. NP-complete variants include the connected dominating set problem and the maximum leaf spanning tree problem.
NP-complete special cases include the minimum maximal matching problem, which is essentially equal to the edge dominating set problem (see above).

Mathematical programming

Formal languages and string processing

Games and puzzles

Other

See also

Notes

References

General

Specific problems

Uses material from the Wikipedia article List of NP-complete problems, released under the CC BY-SA 4.0 license.