Binary search tree

Материал из WikiGrapp
Версия от 10:04, 22 февраля 2011; Glk (обсуждение | вклад) (Новая страница: «'''Binary search tree''' --- бинарное дерево поиска. '''Binary search trees''' (BT) are a special class of GBST (''generalized binary split tre…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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).