problems Flashcards
1
Q
explorers/travellers problem
A
The solution finds a route that traverses each road exactly once before returning to the starting point. (Tractable)
2
Q
halting problem
A
The unsolvable problem of writing a program that can tell whether a given program and its inputs will halt, without running the given program.
(unsolvable)