Translation of binary tree into Russian
Noun
computer science
- The binary tree is used in many search algorithms.Двоичное дерево используется во многих алгоритмах поиска.
Synonyms and analogies of binary tree in English
Examples of binary tree in a sentence
The binary tree structure optimizes search operations.
Translations of "binary tree" in Context ordered by category and frequency
To solve the problem, we constructed a binary tree from the input.
Чтобы решить задачу, мы построили бинарное дерево из входных данных.
A perfect binary tree has all levels fully filled with nodes.
Идеальное бинарное дерево имеет все уровни полностью заполненные узлами.
Most programmers are at least passingly familiar with the data structure known as a binary tree.
Многие программисты не знакомы со структурой данных, известной как двоичное дерево.
Such resources can be allocated through utilization of a channel tree, which is a binary tree.
Такие ресурсы могут выделяться посредством использования дерева каналов, которое представляет собой двоичное дерево.
Other translations for binary tree:
- бинарного дерева
binary tree: Examples and translations in context
A binary tree allows each node to have up to two child nodes.
Бинарное дерево позволяет каждому узлу иметь до двух дочерних узлов.
A binary tree, a simple type of branching linked data structure.
Бинарное дерево, простой пример ветвящейся связной структуры данных.
Inserting elements into a binary tree can be done in multiple ways.
Вставка элементов в бинарное дерево может осуществляться несколькими способами.
We used a binary tree to efficiently store our data.
Мы использовали бинарное дерево для эффективного хранения данных.
A balanced binary tree provides better performance for data retrieval.
Сбалансированное бинарное дерево обеспечивает лучшую производительность для извлечения данных.
We implemented a binary tree to represent hierarchical relationships.
Мы реализовали бинарное дерево для представления иерархических отношений.
An array can be converted into a binary tree.
Лес может быть преобразован в бинарное дерево.
A binary tree can be traversed in pre-order, post-order, or in-order.
Бинарное дерево может быть пройдено в прямом, обратном или симметричном порядке.
See also: