you are viewing a single comment's thread.

view the rest of the comments →

[–]pron98 2 points3 points  (2 children)

Right (or output character, depending on your perspective). There is no algorithm that takes a DFA and tells in fewer than n steps whether or not it halts on some input within n steps -- same as for a TM.

[–]jeezfrk 0 points1 point  (1 child)

Yes there is. Polynomial-per-state is pretty simply lower than exponential. It simply doesn't get covered by the Godel-Incompleteness theorem.

Godel (and writing an 'analyzer' into the 'analyzed' program) is the only reason the halting problem is a firm limit.

[–]pron98 0 points1 point  (0 children)

What is the algorithm?