• computational complexity theory, Karp's 21 NP-complete problems are a set of computational problems which are NP-complete. In his 1972 paper, "Reducibility...
    5 KB (491 words) - 04:30, 25 May 2025
  • 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...
    29 KB (2,746 words) - 00:31, 24 April 2025
  • Thumbnail for NP-completeness
    NP-complete problems are the hardest of the problems to which solutions can be verified quickly. Somewhat more precisely, a problem is NP-complete when:...
    30 KB (3,618 words) - 08:25, 21 May 2025
  • defined (Karp's 21 NP-complete problems, among the first found, were all well-known existing problems at the time they were shown to be NP-complete). Furthermore...
    63 KB (7,797 words) - 13:07, 19 July 2025
  • Thumbnail for Vertex cover
    an NP-hard optimization problem that has an approximation algorithm. Its decision version, the vertex cover problem, was one of Karp's 21 NP-complete problems...
    22 KB (2,556 words) - 01:21, 17 June 2025
  • Intractability: A Guide to the Theory of NP-Completeness and Richard Karp's list of 21 NP-complete problems. The problems of finding a Hamiltonian path and a...
    21 KB (2,518 words) - 16:46, 26 July 2025
  • Thumbnail for Knapsack problem
    knapsack problem is often used to refer specifically to the subset sum problem. The subset sum problem is one of Karp's 21 NP-complete problems. Knapsack...
    49 KB (7,744 words) - 04:22, 30 June 2025
  • one of Karp's 21 NP-complete problems. If some decision variables are not discrete, the problem is known as a mixed-integer programming problem. In integer...
    30 KB (4,226 words) - 01:54, 24 June 2025
  • polynomial. 3-SAT is one of Karp's 21 NP-complete problems, and it is used as a starting point for proving that other problems are also NP-hard. This is done by...
    45 KB (4,824 words) - 00:33, 23 July 2025
  • Thumbnail for Set cover problem
    covering is NP-complete. It is one of Karp's 21 NP-complete problems shown to be NP-complete in 1972. The optimization/search version of set cover is NP-hard...
    21 KB (3,011 words) - 15:31, 10 June 2025
  • problem to determine if an exact cover exists. The exact cover problem is NP-complete and is one of Karp's 21 NP-complete problems. It is NP-complete...
    36 KB (4,324 words) - 08:35, 27 June 2025
  • Thumbnail for Steiner tree problem
    In fact, the decision variant was among Karp's original 21 NP-complete problems. The Steiner tree problem in graphs has applications in circuit layout...
    36 KB (4,416 words) - 00:53, 24 July 2025
  • isomorphism problem itself is GI-complete, as are several other related problems. Karp's 21 NP-complete problems MIT OpenCourseWare: 16. Complexity: P, NP, NP-completeness...
    11 KB (1,472 words) - 23:39, 6 June 2023
  • Thumbnail for Clique problem
    problem are hard. The clique decision problem is NP-complete (one of Karp's 21 NP-complete problems). The problem of finding the maximum clique is both...
    84 KB (9,905 words) - 16:01, 10 July 2025
  • Thumbnail for Travelling salesman problem
    graph has a tour whose length is at most L) belongs to the class of NP-complete problems. Thus, it is possible that the worst-case running time for any algorithm...
    87 KB (11,604 words) - 02:24, 25 June 2025
  • Thumbnail for Graph coloring
    algorithmic problem since the early 1970s: the chromatic number problem (see section § Vertex coloring below) is one of Karp's 21 NP-complete problems from 1972...
    70 KB (8,460 words) - 16:34, 7 July 2025
  • Thumbnail for Richard M. Karp
    Problems", in which he proved 21 problems to be NP-complete. In 1973 he and John Hopcroft published the Hopcroft–Karp algorithm, the fastest known method...
    12 KB (883 words) - 20:13, 31 May 2025
  • Set packing (category NP-complete problems)
    is a classical NP-complete problem in computational complexity theory and combinatorics, and was one of Karp's 21 NP-complete problems. Suppose one has...
    12 KB (1,514 words) - 10:17, 13 October 2024
  • Thumbnail for 3-dimensional matching
    3-dimensional matching (category NP-complete problems)
    This decision problem is known to be NP-complete; it is one of Karp's 21 NP-complete problems. It is NP-complete even in the special case that k = |X| = |Y| = |Z|...
    13 KB (1,550 words) - 00:09, 5 December 2024
  • the maximum clique problem and the problem of testing whether a graph contains a Hamiltonian cycle, and is therefore NP-complete. However certain other...
    15 KB (1,857 words) - 07:01, 25 June 2025
  • Thumbnail for Clique (graph theory)
    maximum clique, or all cliques, in a given graph. It is NP-complete, one of Karp's 21 NP-complete problems. It is also fixed-parameter intractable, and hard...
    20 KB (2,483 words) - 12:35, 24 June 2025
  • Thumbnail for Dominating set
    was one of Karp's 21 NP-complete problems. There exist a pair of polynomial-time L-reductions between the minimum dominating set problem and the set...
    31 KB (4,082 words) - 18:37, 25 June 2025
  • Thumbnail for Feedback arc set
    algorithms. It was one of Richard M. Karp's original set of 21 NP-complete problems; its NP-completeness was proved by Karp and Eugene Lawler by showing that...
    54 KB (6,116 words) - 02:17, 25 June 2025
  • cut is computationally hard. The max-cut problem is one of Karp's 21 NP-complete problems. The max-cut problem is also APX-hard, meaning that there is...
    10 KB (1,132 words) - 00:50, 30 August 2024
  • Thumbnail for Combinatorial optimization
    circulations, spanning trees, matching, and matroid problems. For NP-complete discrete optimization problems, current research literature includes the following...
    18 KB (1,848 words) - 17:23, 29 June 2025
  • clique cover is NP-hard, and its decision version is NP-complete. It was one of Richard Karp's original 21 problems shown NP-complete in his 1972 paper...
    8 KB (939 words) - 18:53, 12 June 2025
  • Thumbnail for Feedback vertex set
    Feedback vertex set (category NP-complete problems)
    three. Karp's reduction also implies the NP-completeness of the feedback vertex set problem on undirected graphs, where the problem stays NP-complete on graphs...
    16 KB (1,805 words) - 23:02, 27 March 2025
  • Richard Karp's subsequent paper, "Reducibility among combinatorial problems", generated renewed interest in Cook's paper by providing a list of 21 NP-complete...
    19 KB (2,354 words) - 04:22, 13 May 2025
  • Thumbnail for Maximum cut
    Maximum cut (redirect from Max-cut problem)
    satisfiability problem). The weighted version of the decision problem was one of Karp's 21 NP-complete problems; Karp showed the NP-completeness by a reduction...
    25 KB (3,111 words) - 15:56, 10 July 2025
  • : 755  2-satisfiability Boolean satisfiability problem Circuit satisfiability Karp's 21 NP-complete problems Validity Constraint satisfaction Boolos, Burgess...
    12 KB (1,500 words) - 07:15, 22 July 2025