Decision problem Updated 2025-07-16
Computational problem where the solution is either yes or no.
When there are more than two possible answers, it is called a function problem.
Decision problems come up often in computer science because many important problems are often stated in terms of "decide if a given string belongs to given formal language".
Function problem Updated 2025-07-16
A problem that has more than two possible yes/no outputs.
Algorithm Updated 2025-07-16
Complexity class Updated 2025-07-16
Constraint satisfaction problem Created 2025-05-21 Updated 2025-07-16
Optimization problem Updated 2025-07-16
List of computational problems Updated 2025-07-16