54.1k views
11 votes
Explain the difference between undecidable problems and unreasonable time algorithms. Be specific.

1 Answer

7 votes
One for which no algorithm can ever be written to find the solution is an unsolvable problem. An undecidable problem is one for which no algorithm can ever be written that will always provide any input value with a correct true/false option.
User Donthurtme
by
3.5k points