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

Материал из WikiGrapp
Перейти к навигации Перейти к поиску
(Новая страница: «'''Binary search tree''' --- бинарное дерево поиска. '''Binary search trees''' (BT) are a special class of GBST (''generalized binary split tre…»)
(нет различий)

Версия от 17:04, 22 февраля 2011

Binary search tree --- бинарное дерево поиска.

Binary search trees (BT) are a special class of GBST (generalized binary split trees) with equal key and split values in all nodes.

Note that the BST's and BT's do not contain each other. The intersection of BT's and BST's is the set of frequency-ordered binary search trees (FOBT's).