-
81 поиск по бинарному дереву
Mathematics: binary tree searchingУниверсальный русско-английский словарь > поиск по бинарному дереву
-
82 полностью бинарное дерево
Programming: full binary treeУниверсальный русско-английский словарь > полностью бинарное дерево
-
83 представление в виде двоичного дерева
Information technology: binary tree representationУниверсальный русско-английский словарь > представление в виде двоичного дерева
-
84 рекурсивные алгоритмы бинарных деревьев
Programming: recursive binary-tree algorithmsУниверсальный русско-английский словарь > рекурсивные алгоритмы бинарных деревьев
-
85 сбалансированное бинарное дерево
Information technology: balanced binary treeУниверсальный русско-английский словарь > сбалансированное бинарное дерево
-
86 сбалансированное двоичное дерево
Information technology: balanced binary treeУниверсальный русско-английский словарь > сбалансированное двоичное дерево
-
87 binærtre
subst. (edb) binary tree -
88 árbol binario completo
• complete binary tree -
89 árbol binario extendido
• extended binary treeDiccionario Técnico Español-Inglés > árbol binario extendido
-
90 asignación óptima de recursos
• optimal• optimal allocation of resources• optimal binary search tree• optimal resource allocation• optimal solutionDiccionario Técnico Español-Inglés > asignación óptima de recursos
-
91 tasapainobinääripuu
• balanced binary tree -
92 optimalno binarno pretražno drvo
• optimal binary search treeSerbian-English dictionary > optimalno binarno pretražno drvo
-
93 бинарное дерево
прогр. binary treeДополнительный универсальный русско-английский словарь > бинарное дерево
-
94 árbol binario
m.binary tree. -
95 DBTP/AR
distributed binary tree protocol with advanced reservation — децентрализованный протокол управления с использованием двоичного дерева и упреждающего резервированияАнгло-русский словарь промышленной и научной лексики > DBTP/AR
-
96 электронное множительное устройство
Русско-английский большой базовый словарь > электронное множительное устройство
-
97 binärer Baum
m COMP binary tree -
98 binärer Suchbaum
m KI binary search treeDeutsch-Englisch Wörterbuch für Informatik > binärer Suchbaum
-
99 Binärbaum
mbinary tree -
100 Binärsuchbaum
mbinary search tree
См. также в других словарях:
Binary space partitioning — (BSP) is a method for recursively subdividing a space into convex sets by hyperplanes. This subdivision gives rise to a representation of the scene by means of a tree data structure known as a BSP tree.In simpler words, it is a method of breaking … Wikipedia
Binary Tree Sort — (im Deutschen auch Binarytreesort) ist ein einfacher, nicht stabiler Sortieralgorithmus. Inhaltsverzeichnis 1 Prinzip 2 Komplexität 3 Vor und Nachteile 4 Implementierungen … Deutsch Wikipedia
Binary — means composed of two parts or two pieces . It contrasts with Unary, Ternary, Quaternary, and so on.Binary may also refer to:* Binary option, also known as digital option OR all or nothing option * Binary numeral system, a representation for… … Wikipedia
Binary classification — is the task of classifying the members of a given set of objects into two groups on the basis of whether they have some property or not. Some typical binary classification tasks are * medical testing to determine if a patient has certain disease… … 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
Binary search tree — In computer science, a binary search tree (BST) is a binary tree data structurewhich has the following properties: *each node (item in the tree) has a value; *a total order (linear order) is defined on these values; *the left subtree of a node… … 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
Binary heap — Example of a complete binary max heap Example of a complete binary min heap A binary … Wikipedia
Tree traversal — Graph and tree search algorithms Alpha beta pruning A* B* Beam Bellman–Ford algorithm Best first Bidirectional … Wikipedia
Binary decision diagram — In the field of computer science, a binary decision diagram (BDD) or branching program, like a negation normal form (NNF) or a propositional directed acyclic graph (PDAG), is a data structure that is used to represent a Boolean function. On a… … 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