bn:03178672n
Noun Concept
Categories: long volume value, Articles with short description, Binary trees, Search trees
EN
binary search tree  binary search trees  BST  ordered binary tree  sorted binary tree
EN
In computer science, a binary search tree, also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal node being greater than all the keys in the respective node's left subtree and less than the ones in its right subtree. Wikipedia
Definitions
Relations
Sources
EN
In computer science, a binary search tree, also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal node being greater than all the keys in the respective node's left subtree and less than the ones in its right subtree. Wikipedia
A data structure Wikipedia Disambiguation
Data structure in tree form with 0, 1, or 2 children per node, sorted for fast lookup Wikidata