KandidatProblem
KandidatProblem is a term used in theoretical computer science and discrete mathematics to describe a class of computational problems that are particularly difficult to solve. These problems are characterized by the fact that finding an exact solution is computationally expensive, often requiring an exponential amount of time with respect to the input size. While a brute-force approach of checking every possible solution is always possible, this becomes infeasible for larger instances of the problem.
The set of KandidatProblems is closely related to the complexity class NP-hard. A problem is considered NP-hard
Prominent examples of KandidatProblems include the traveling salesman problem, the boolean satisfiability problem (SAT), and the