A tree stack automaton (plural: tree stack automata) is a formalism considered in automata theory. It is a finite-state automaton with the additional...
8 KB (876 words) - 15:27, 20 December 2024
of theoretical computer science, a pushdown automaton (PDA) is a type of automaton that employs a stack. Pushdown automata are used in theories about...
26 KB (4,087 words) - 14:23, 25 May 2025
A tree automaton is a type of state machine. Tree automata deal with tree structures, rather than the strings of more conventional state machines. The...
26 KB (2,042 words) - 16:13, 24 March 2025
automaton (DFA)—also known as deterministic finite acceptor (DFA), deterministic finite-state machine (DFSM), or deterministic finite-state automaton...
29 KB (3,736 words) - 06:30, 14 April 2025
In computer science, a deterministic acyclic finite state automaton (DAFSA), is a data structure that represents a set of strings, and allows for a query...
8 KB (972 words) - 06:30, 14 April 2025
grammar-parsing pushdown automaton, but instead of using a plain stack to store symbols, it has a stack of iterated stacks that store symbols, giving...
9 KB (1,315 words) - 09:16, 16 December 2023
Automata theory (redirect from Automaton theory)
of the automaton. Such an automaton is called a tree automaton. Infinite tree input : The two extensions above can be combined, so the automaton reads...
32 KB (3,851 words) - 14:40, 16 April 2025
cell, mark it as visited and push it to the stack While the stack is not empty Pop a cell from the stack and make it a current cell If the current cell...
19 KB (2,447 words) - 11:38, 22 April 2025
pebbles further increased power. A tree-walking automaton with nested pebbles is a tree-walking automaton with an additional finite set of fixed size containing...
4 KB (690 words) - 20:42, 5 January 2024
cannot be balanced. For every regular language there is a finite-state automaton (FSA) that accepts the language. The number of states in such an FSA are...
15 KB (2,290 words) - 06:31, 14 April 2025
can be seen as a special kind of regular tree grammar, describing a set of single-path trees. A regular tree grammar G is defined by the tuple G = (N...
12 KB (1,300 words) - 03:57, 15 July 2024
Variable-length strings (of finite length) can be viewed as nodes on a perfect k-ary tree. Infinite strings (otherwise not considered here) can be viewed as infinite...
41 KB (5,027 words) - 16:16, 11 May 2025
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
5 KB (532 words) - 18:02, 25 May 2023
Nested word (redirect from Visibly pushdown automaton)
visibly pushdown automaton is a restriction of the one used for pushdown automata. Visibly pushdown automata only add a symbol to the stack when reading a...
20 KB (3,063 words) - 05:05, 20 May 2025
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
14 KB (1,997 words) - 10:49, 7 December 2023
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
10 KB (1,532 words) - 14:55, 30 July 2024
stack, return the value of the last element added. The name stack is an analogy to a set of physical items stacked one atop another, such as a stack of...
40 KB (4,727 words) - 00:02, 29 May 2025
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
21 KB (3,406 words) - 18:55, 2 January 2025
salesman bottom-up tree automaton boundary-based representation bounded error probability in polynomial time bounded queue bounded stack Bounding volume...
35 KB (3,135 words) - 18:46, 6 May 2025
Equivalently, it is a language recognised by a local automaton, a particular kind of deterministic finite automaton. Formally, a language L over an alphabet A is...
3 KB (401 words) - 19:56, 23 May 2025
LR parser (section Bottom-up parse stack)
recovery. LR parser stack usually stores just the LR(0) automaton states, as the grammar symbols may be derived from them (in the automaton, all input transitions...
62 KB (8,130 words) - 20:10, 28 April 2025
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
3 KB (314 words) - 06:20, 25 April 2025
expression Regular grammar Prefix grammar Tree automaton Pushdown automaton Context-free grammar Büchi automaton Chomsky hierarchy Context-sensitive language...
5 KB (466 words) - 16:43, 14 March 2025
functions Lambda calculus Concurrent models include: Actor model Cellular automaton Interaction nets Kahn process networks Logic gates and digital circuits...
4 KB (381 words) - 21:54, 12 March 2025
Decider Linear-bounded PTIME Turing Machine Nested stack Thread automaton restricted Tree stack automaton Embedded pushdown Nondeterministic pushdown Deterministic...
11 KB (736 words) - 11:01, 15 May 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
Rope (data structure) (category Binary trees)
weight of the root node. Definition: Create a stack S and a list L. Traverse down the left-most spine of the tree until you reach a leaf l', adding each node...
16 KB (1,787 words) - 10:55, 12 May 2025
polynomial". In Paul Franchi-Zannettacci (ed.). Proc. 11th Colloquium on Trees in Algebra and Programming (CAAP) (PDF). LNCS. Vol. 214. Springer. pp. 85–99...
4 KB (410 words) - 03:59, 2 January 2024
size. As a result, this does not make the automaton more powerful, but is a convenient abstraction. The stack alphabet is Γ = N ∪ Σ {\displaystyle \Gamma...
31 KB (4,481 words) - 22:37, 23 May 2025
nondeterministic tree automaton (see tree automaton and infinite-tree automaton). An infinite tree automaton starts at the root and moves up the tree, and accepts...
33 KB (4,618 words) - 17:52, 30 January 2025