- Tree graph
- Древовидный график;
Дерево.
Краткий толковый словарь по полиграфии. 2010.
Краткий толковый словарь по полиграфии. 2010.
tree graph — medis statusas T sritis automatika atitikmenys: angl. tree; tree chart; tree graph vok. Baum, m; Baumgraph, m; Strukturbaum, m rus. дерево, n pranc. arbre, m … Automatikos terminų žodynas
Tree (graph theory) — Trees A labeled tree with 6 vertices and 5 edges Vertices v Edges v 1 Chromatic number … Wikipedia
Tree-adjoining grammar — (TAG) is a grammar formalism defined by Aravind Joshi. Tree adjoining grammars are somewhat similar to context free grammars, but the elementary unit of rewriting is the tree rather than the symbol. Whereas context free grammars have rules for… … Wikipedia
Tree (data structure) — A simple unordered tree; in this diagram, the node labeled 7 has two children, labeled 2 and 6, and one parent, labeled 2. The root node, at the top, has no parent. In computer science, a tree is a widely used data structure that emulates a… … Wikipedia
Tree structure — A tree structure showing the possible hierarchical organization of an encyclopedia … Wikipedia
Tree (disambiguation) — A tree is a woody plant.Tree may also refer to: *Tree structure, a way of representing the hierarchical nature of a structure in a graphical form *Tree (data structure), a widely used computer data structure that emulates a tree structure with a… … Wikipedia
tree — medis statusas T sritis automatika atitikmenys: angl. tree; tree chart; tree graph vok. Baum, m; Baumgraph, m; Strukturbaum, m rus. дерево, n pranc. arbre, m … Automatikos terminų žodynas
tree chart — medis statusas T sritis automatika atitikmenys: angl. tree; tree chart; tree graph vok. Baum, m; Baumgraph, m; Strukturbaum, m rus. дерево, n pranc. arbre, m … Automatikos terminų žodynas
Tree traversal — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia
Graph traversal — refers to the problem of visiting all the nodes in a graph in a particular manner. Tree traversal is a special case of graph traversal. In contrast to tree traversal, in general graph traversal, each node may have to be visited more than once,… … Wikipedia