We may earn an affiliate commission when you visit our partners.

Binary Search Tree

Save
May 1, 2024 Updated May 10, 2025 23 minute read

A Binary Search Tree (BST) is a fundamental data structure in computer science. At its core, a BST is a binary tree where each node has a comparable key (and an associated value) and satisfies the BST property: the key in any node is greater than or equal to any key stored in its left sub-tree and less than or equal to any key stored in its right sub-tree. This structure allows for efficient searching, insertion, and deletion of data. Think of it as an organized filing system where you can quickly locate a specific file by following a set of ordered rules.

Share

Help others find this page about Binary Search Tree: by sharing it with your friends and followers:

Reading list

We've selected 12 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Binary Search Tree.
A comprehensive treatment of BSTs from Donald Knuth, covering various aspects such as performance analysis, search and insert algorithms, and applications.
A comprehensive and accessible guide to the theory and practice of algorithms. Includes a section on BSTs and their use in various applications.
A comprehensive guide to data structures and algorithms in Java, including a thorough treatment of BSTs and their implementation in Java.
A widely-used textbook covering essential algorithms and data structures. Includes a chapter on BSTs, discussing their properties, operations, and applications.
A Python-based introduction to data structures and algorithms, including a section on BSTs and their implementation in Python.
A comprehensive introduction to the foundations of algorithms, including a section on BSTs and their role in various algorithms.
A Java-based introduction to data structures and algorithms. Includes a section on BSTs and their implementation in Java.
A comprehensive introduction to algorithms and programming techniques. Includes a section on BSTs and their uses in various applications.
A comprehensive guide to data structures and algorithms in C++, with a discussion on BSTs and their uses in various applications.
A concise and practical guide to essential algorithms. Includes a section on BSTs, their operations, and their use cases.
Table of Contents
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2025 OpenCourser