Which string will not be accepted by the finite state machines below?
https://en.wikibooks.org/wiki/File:CPT-FSM-01.svg
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This FSM doesn't accept strings that end in 0's. The other options will be accepted. You can verify this for yourself by tracing through the diagram — each of the other options has a valid path from the start state to the accept state.