-
1 balanced tree
= B-tree IIдерево называется сбалансированным (или АВЛ-деревом - в честь его разработчиков G.M. Adelson-Velsky и Е.М. Landis), если для любой его вершины левое и правое поддеревья различаются по высоте не более чем на единицу. Хранение данных в виде сбалансированного дерева обеспечивает равнодоступность элементов данных.Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > balanced tree
-
2 balanced tree
Buttonwood Tree Agreement — " Соглашение платанового дерева"
-
3 balanced tree
Большой англо-русский и русско-английский словарь > balanced tree
-
4 balanced tree
-
5 balanced tree
Вычислительная техника: сбалансированное дерево -
6 balanced tree
-
7 balanced tree
English-Russian dictionary of computer science and programming > balanced tree
-
8 balanced tree
т. граф. -
9 balanced tree
-
10 balanced tree insertion by position
Универсальный англо-русский словарь > balanced tree insertion by position
-
11 balanced tree search and insertion
Универсальный англо-русский словарь > balanced tree search and insertion
-
12 depth-balanced tree
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > depth-balanced tree
-
13 height-balanced tree
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > height-balanced tree
-
14 height-balanced tree
сбалансированное по высоте дерево
—
[ http://www.iks-media.ru/glossary/index.html?glossid=2400324]Тематики
- электросвязь, основные понятия
EN
Англо-русский словарь нормативно-технической терминологии > height-balanced tree
-
15 depth-balanced tree
сбалансированное по глубине дерево
—
[ http://www.iks-media.ru/glossary/index.html?glossid=2400324]Тематики
- электросвязь, основные понятия
EN
Англо-русский словарь нормативно-технической терминологии > depth-balanced tree
-
16 depth-balanced tree
shea butter tree — масляное дерево, ши
tree chart — дерево; древовидная схема
-
17 height-balanced tree
shea butter tree — масляное дерево, ши
-
18 depth-balanced tree
сбалансированное по глубине деревоБольшой англо-русский и русско-английский словарь > depth-balanced tree
-
19 completely balanced tree
Математика: вполне сбалансированное деревоУниверсальный англо-русский словарь > completely balanced tree
-
20 depth-balanced tree
1) Компьютерная техника: сбалансированное дерево2) Вычислительная техника: сбалансированное по глубине дерево
См. также в других словарях:
Weight-balanced tree — A weight balanced binary tree is a binary tree where the most probable item is the root item. The left subtree consists of items less than the root items ranking, not its probability. The right sub tree consists of items greater than the root… … Wikipedia
Tree traversal — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia
Tree rotation — A tree rotation is an operation on a binary search tree that changes the structure without interfering with the order of the elements. A tree rotation moves one node up in the tree and one node down. They are used to change the shape of the tree … Wikipedia
Binary tree — Not to be confused with B tree. A simple binary tree of size 9 and height 3, with a root node whose value is 2. The above tree is unbalanced and not sorted. In computer science, a binary tree is a tree data structure in which each node has at… … Wikipedia
AVL tree — In computer science, an AVL tree is a self balancing binary search tree, and it is the first such data structure to be invented. [Robert Sedgewick, Algorithms , Addison Wesley, 1983, ISBN 0 201 06672 6, page 199, chapter 15: Balanced Trees.] In… … Wikipedia
B-tree — In computer science, a B tree is a tree data structure that keeps data sorted and allows searches, insertions, and deletions in logarithmic amortized time. It is most commonly used in databases and filesystems. In B trees, internal (non leaf)… … Wikipedia
Radix tree — In computer science, a radix tree (also patricia trie or radix trie) is a space optimized trie data structure where each node with only one child is merged with its child. The result is that every internal node has at least two children. Unlike… … Wikipedia
Red-black tree — A red black tree is a type of self balancing binary search tree, a data structure used in computer science, typically used to implement associative arrays. The original structure was invented in 1972 by Rudolf Bayer who called them symmetric… … Wikipedia
Segment tree — In computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows querying which of the stored segments contain a given point. It is, in principle, a static structure; that is, its content cannot be… … Wikipedia
UB-tree — The UB tree as proposed by Rudolf Bayer and Volker Markl is a balanced tree for storing and efficiently retrieving multidimensional data. It is basically a B+ tree (information only in the leaves) with records stored according to Z order (curve) … Wikipedia
B-tree — ● ►en n. m. ►TYPE Balanced Tree. arborescence permettant de stocker des index. L arbre est équilibré, c est à dire qu il comprend le même nombre de niveaux dans chaque branche; une recherche dans ce type d arbre a donc toujours la même durée; il… … Dictionnaire d'informatique francophone