|
|
|
|
|
by bruce343434
1545 days ago
|
|
Yes it does. This is about turning the computer from a turing machine into a finite automaton. Finite automata can be analyzed for halting in finite time, turing machines can’t. And computers as we know them are not turing machines (which are by definition infinite) but they are state machines, and finite ones at that. |
|
All finite automatons are guaranteed to halt, and do so in linear time. There is nothing to analyze the answer is always true.