
Subtree
UK
/ˈsʌbtriː/
US
/ˈsʌbtriː/

Translation subtree into russian
subtree
NounUK
/ˈsʌbtriː/
US
/ˈsʌbtriː/
The algorithm processes each subtree separately.
Алгоритм обрабатывает каждое поддерево отдельно.
Definitions
subtree
NounUK
/ˈsʌbtriː/
US
/ˈsʌbtriː/
A smaller tree or a section of a larger tree, consisting of a node and all its descendants within a hierarchical structure, such as a data structure or a family tree.
In the binary tree, the left subtree contains all nodes with values less than the root node.
Idioms and phrases
binary subtree
The algorithm focuses on processing each binary subtree separately.
бинарное поддерево
Алгоритм сосредоточен на обработке каждого бинарного поддерева отдельно.
balanced subtree
Ensuring a balanced subtree is crucial for efficient search operations.
сбалансированное поддерево
Обеспечение сбалансированного поддерева важно для эффективных операций поиска.
empty subtree
If the node has no children, it's considered an empty subtree.
пустое поддерево
Если у узла нет потомков, это считается пустым поддеревом.
left subtree
The function traverses the left subtree before the right subtree.
левое поддерево
Функция проходит по левому поддереву перед правым поддеревом.
subtree structure
The subtree structure affects the overall efficiency of the tree.
структура поддерева
Структура поддерева влияет на общую эффективность дерева.