-
41 binary tree
binaire boom -
42 binary tree
drzewo decyzyjne -
43 binary tree
drzewo decyzyjneEnglish-Polish dictionary of Electronics and Computer Science > binary tree
-
44 binary tree
бинарное дерево, двоичное дерево
-
45 binary tree balance
Англо-русский словарь компьютерных и интернет терминов > binary tree balance
-
46 binary tree representation
Англо-русский словарь компьютерных и интернет терминов > binary tree representation
-
47 binary tree
nCOMP&DP árbol binario m -
48 binary search tree
екілікті іздеу тармағыThe English-Kazakh dictionary of Informatics and computer technology dictionary > binary search tree
-
49 binary tree
s.árbol binario, método para colocar y localizar archivos en una base de datos en Memoria de Acceso Aleatorio o RAM. -
50 binary-tree representation
s.representación de árbol binario, representación en arborescencia binaria.Nuevo Diccionario Inglés-Español > binary-tree representation
-
51 binary tree
мат. -
52 binary search tree
двоичное дерево; дерево двоичного поиска -
53 binary space partitioning tree
English-Russian information technology > binary space partitioning tree
-
54 binary tree balance
English-Russian information technology > binary tree balance
-
55 binary tree representation
English-Russian information technology > binary tree representation
-
56 binary tree
-
57 binary search tree
n AI binärer Suchbaum m -
58 binary tree
n COMP binärer Baum m -
59 binary tree
English-Russian dictionary of computer science > binary tree
-
60 binary search tree
English-Russian dictionary of computer science > binary 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