In computer science, a binary search tree (BST) is a node based binary tree data structure which has the following properties:
From the above properties it naturally follows that:
Generally, the information represented by each node is a record rather than a single data element. However, for sequencing purposes, nodes are compared according to their keys rather than any part of their associated records.
The major advantage of binary search trees o...
more
Read article at Wikipedia
Binary search tree
top ↑
top ↑
Facts from the Community
From the Computer Science base
Specialization of:
Specializations:
Implementations:
We can also tell you Binary search tree is a
If you know more about Binary search tree, you can add more facts here »