D
D
DevilAngel2015-04-07 16:24:31
Automation
DevilAngel, 2015-04-07 16:24:31

Where is finite automata decomposition used?

Hello. Got a question. Where in the IT world are state machines used? And also the decomposition of finite automata? Where is it needed?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Martyanov, 2015-04-07
@vilgeforce

State machines are great for parsing a stream of input.

E
Eugene, 2015-04-08
@beardedjack

Cryptography.
For example, a stream encoder (generator of the so-called "gamma"): the transition function is a transitive 1-Lipschitz function, the output function is a balanced function.

L
lightcaster, 2015-04-08
@lightcaster

Regular expressions are translated into the state machine. That is, whenever you work with regular expressions, your library compiles them into a state machine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question