= List of undecidable problems
{wiki=List_of_undecidable_problems}
Undecidable problems are problems for which no algorithm can be constructed that will always lead to a correct yes-or-no answer. This means that there is no general procedure or method that can solve these problems for all possible inputs. Here is a list of some well-known undecidable problems: 1. **Halting Problem**: Given a description of a program and an input, determine whether the program will eventually halt (finish running) or continue to run forever.
Back to article page