Height balanced tree: различия между версиями

Материал из WikiGrapp
Перейти к навигации Перейти к поиску
(Новая страница: «'''Height balanced tree''' (''сбалансированное по высоте дерево'') is a tree whose ''subtrees'' differ in ''height'' by no more than one and the subtrees are '''height-balanced''', too. An empty tree is height-balanced.»)
 
(нет различий)

Текущая версия от 10:16, 23 октября 2024

Height balanced tree (сбалансированное по высоте дерево) is a tree whose subtrees differ in height by no more than one and the subtrees are height-balanced, too. An empty tree is height-balanced.