Page 1 of 1

Finite state machine are not able to recognize Palindromes because:

Posted: Thu Jul 14, 2022 9:24 am
by answerhappygod
a) Finite automata cannot deterministically find the midpoint
b) Finite automata cannot remember arbitarily large amount of data
c) Even if the mid point is known, it cannot find whether the second half matches the first
d) All of the mentioned