Concepts
Binary Search Tree
Data Structure
Citation Formats
General Reference
APA Style
BibTeX
A node-based tree data structure in which each node's left subtree holds only lesser values and its right subtree only greater ones, giving search, insertion and deletion roughly proportional to the tree's height. The structure was discovered independently by several researchers around 1960, including P.F. Windley, Andrew Donald Booth, Andrew Colin and Thomas N. Hibbard; it is formally attributed to Conway Berners-Lee and David Wheeler, who used it for storing labeled data on magnetic tape in 1960, while Hibbard's own variant became especially influential in practice. A genuine case of simultaneous discovery rather than a single inventor, and a different entity from this atlas's existing Binary Search algorithm despite the shared name.
Facts
Disputed
Origin YearSeveral researchers (Windley, Booth, Colin, Hibbard) described the structure independently around 1960; formal attribution to Berners-Lee and Wheeler names one specific 1960 application (magnetic tape storage) rather than settling a single inventor for the underlying idea. Core PrincipleEvery node orders its two subtrees, lesser values left and greater values right, so a search can discard half the remaining tree at each step, the same principle behind binary search on a sorted array. 1 Cross-Tradition Connections
Sources
Reader Challenges (0 open reader challenges)
No disputes yet. Spotted an error or a better source? Open the first one.
Sign in to dispute this or suggest a correction.
View At A Past Year
The atlas records no dated fact of its own for this entry, so there is no other year to choose.