There are several topics discussing finite state automata, but none that I've seen that go into detail about real world applications. What are some concrete examples of finite state automata in action?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Mitch Wheat, Phil Wright, Pratik, Foo Bah, Graviton Sep 28 '11 at 6:13
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Most popular application of FSMs are parsers of various kind. As for real life example is my markup (HTML/XML) parser (tokenizer to be precise): HTML_XML_Scanner |
|||
|
|