NPvollständige
NPvollständige is a German term that translates to NP-complete in English. It refers to a class of computational problems in computer science that are considered the hardest problems in the complexity class NP. NP stands for nondeterministic polynomial time.
Problems in NP are those for which a given solution can be verified in polynomial time by
Currently, no polynomial-time algorithm is known for any NP-complete problem. This is a major open question
Examples of NP-complete problems include the traveling salesman problem, the boolean satisfiability problem (SAT), and the