lõppautomaatide
Lõppautomaatide, commonly translated as finite automata or finite state machines, are mathematical models of computation. They are abstract machines that can be in exactly one of a finite number of states at any given time. The automaton can transition from one state to another in response to some external inputs. The set of states and the transition rules are finite.
A finite automaton consists of a finite set of states, a set of input symbols called an
Finite automata are widely used in computer science for tasks such as text processing, lexical analysis in