állapotsgép
Állapotsgép is the Hungarian term for a finite state machine (FSM), also known as a finite automaton. It is a computational model that can exist in one of a finite number of states at any given time. The FSM can transition from one state to another in response to external inputs. This transition depends on the current state and the input received. At any given time, the FSM is in precisely one state.
An állapotsgép can be formally defined as a tuple of five elements: a finite set of states,
Állapotsgépek are widely used in various fields, including digital circuit design, compiler construction for lexical analysis,