is required for each state transition. A nondeterministic finite automaton (NFA), or nondeterministic finite-state machine, does not need to obey these...
29 KB (4,499 words) - 06:31, 14 April 2025
In automata theory, an alternating finite automaton (AFA) is a nondeterministic finite automaton whose transitions are divided into existential and universal...
5 KB (808 words) - 06:30, 14 April 2025
a generalized nondeterministic finite automaton (GNFA), also known as an expression automaton or a generalized nondeterministic finite state machine,...
3 KB (496 words) - 06:30, 14 April 2025
deterministic finite automaton (DFA)—also known as deterministic finite acceptor (DFA), deterministic finite-state machine (DFSM), or deterministic finite-state...
29 KB (3,736 words) - 06:30, 14 April 2025
Powerset construction (redirect from Nondeterministic finite state machine/Proofs)
a standard method for converting a nondeterministic finite automaton (NFA) into a deterministic finite automaton (DFA) which recognizes the same formal...
12 KB (1,500 words) - 06:31, 14 April 2025
Automata theory (redirect from Automaton theory)
of operations automatically. An automaton with a finite number of states is called a finite automaton (FA) or finite-state machine (FSM). The figure on...
32 KB (3,851 words) - 14:40, 16 April 2025
A finite-state machine (FSM) or finite-state automaton (FSA, plural: automata), finite automaton, or simply a state machine, is a mathematical model of...
40 KB (4,529 words) - 09:20, 27 May 2025
theory, a two-way finite automaton is a finite automaton that is allowed to re-read its input. A two-way deterministic finite automaton (2DFA) is an abstract...
12 KB (1,619 words) - 06:31, 14 April 2025
computer science, the probabilistic automaton (PA) is a generalization of the nondeterministic finite automaton; it includes the probability of a given...
10 KB (1,726 words) - 06:31, 14 April 2025
way as nondeterministic PDA are equivalent to context-free grammars. Context-free grammar Counter automaton Finite-state machine Queue automaton Stack...
26 KB (4,087 words) - 14:23, 25 May 2025
to construct a nondeterministic finite automaton (NFA), which is then made deterministic and the resulting deterministic finite automaton (DFA) is run on...
97 KB (8,871 words) - 12:07, 26 May 2025
computer science, an ω-automaton (or stream automaton) is a variation of a finite automaton that runs on infinite, rather than finite, strings as input. Since...
15 KB (2,030 words) - 06:31, 14 April 2025
non-deterministic Büchi automata generalize deterministic finite automata and nondeterministic finite automata to infinite inputs. Each are types of ω-automata...
28 KB (4,127 words) - 11:30, 13 June 2025
automata, finite tree automata (FTA) can be either a deterministic automaton or not. According to how the automaton processes the input tree, finite tree automata...
26 KB (2,042 words) - 16:13, 24 March 2025
Thompson's construction (category Finite-state machines)
method of transforming a regular expression into an equivalent nondeterministic finite automaton (NFA). This NFA can be used to match strings against the regular...
14 KB (1,221 words) - 06:31, 14 April 2025
that, for any fixed width, it is possible to construct a nondeterministic finite automaton that recognizes patterns of a given width that have a predecessor...
28 KB (3,537 words) - 22:01, 27 March 2025
unambiguous finite automaton (UFA) is a nondeterministic finite automaton (NFA) such that each word has at most one accepting path. Each deterministic finite automaton...
10 KB (1,220 words) - 06:31, 14 April 2025
automata theory, a self-verifying finite automaton (SVFA) is a special kind of a nondeterministic finite automaton (NFA) with a symmetric kind of nondeterminism...
4 KB (468 words) - 06:31, 14 April 2025
table showing what state (or states in the case of a nondeterministic finite automaton) a finite-state machine will move to, based on the current state...
9 KB (781 words) - 18:39, 10 October 2024
automata theory, a tagged deterministic finite automaton (TDFA) is an extension of deterministic finite automaton (DFA). In addition to solving the recognition...
30 KB (4,605 words) - 06:30, 14 April 2025
Regular language (redirect from Finite language)
language accepted by a nondeterministic finite automaton (NFA) it is the language accepted by a deterministic finite automaton (DFA) it can be generated...
29 KB (3,422 words) - 02:57, 21 May 2025
Nondeterminism (redirect from Nondeterministic)
Nondeterministic programming Nondeterministic algorithm Nondeterministic model of computation Nondeterministic finite automaton Nondeterministic Turing machine Indeterminacy...
539 bytes (72 words) - 11:49, 17 October 2024
For a deterministic finite automaton (DFA), nondeterministic finite automaton (NFA), generalized nondeterministic finite automaton (GNFA), or Moore machine...
15 KB (1,958 words) - 10:30, 26 March 2025
NFA minimization (redirect from Nondeterministic finite automaton minimization)
science), NFA minimization is the task of transforming a given nondeterministic finite automaton (NFA) into an equivalent NFA that has a minimum number of...
2 KB (180 words) - 06:30, 14 April 2025
This contrasts with an ordinary finite-state automaton, which has a single tape. An FST is a type of finite-state automaton (FSA) that maps between two sets...
23 KB (2,858 words) - 05:31, 24 May 2025
linear bounded automaton (plural linear bounded automata, abbreviated LBA) is a restricted form of Turing machine. A linear bounded automaton is a Turing...
7 KB (823 words) - 03:06, 29 November 2024
Alternating tree automata (redirect from Alternating tree automaton)
automaton (ATA) is an extension of nondeterministic tree automaton as same as alternating finite automaton extends nondeterministic finite automaton (NFA)...
916 bytes (98 words) - 19:23, 23 December 2024
Kleene's algorithm (category Finite-state machines)
formal language theory, Kleene's algorithm transforms a given nondeterministic finite automaton (NFA) into a regular expression. Together with other conversion...
17 KB (998 words) - 06:30, 14 April 2025
single input string. Therefore a weighted automaton can be considered analogous to a nondeterministic finite automaton (NFA). As is the case with NFAs, restrictions...
14 KB (1,691 words) - 17:47, 26 May 2025
and top stack symbol. This is where it differs from the nondeterministic pushdown automaton. A (not necessarily deterministic) PDA M {\displaystyle M}...
10 KB (1,236 words) - 10:41, 4 June 2025