otsustusülesanded
Otsustusülesanded, also known as decision tasks, are a class of computational problems that can be solved by an algorithm. These problems are characterized by having a yes/no answer. For example, the task of determining if a given number is prime is a decision task: the answer is either yes, it is prime, or no, it is not prime.
In computer science, the study of decision tasks is fundamental to understanding the limits of computation.
The complexity of decision tasks is often analyzed using complexity classes. For instance, the class P contains
Decision tasks are ubiquitous in various fields. In artificial intelligence, they are used in areas like planning