BST
Definition | : | Binary Search Tree |
Category | : | Computing » General Computing |
Country/Region | : | Worldwide ![]() |
Popularity | : |
|
What does BST mean?
Binary Search Tree (BST), is a node-based binary tree data structure in which each internal node x stores an element such that the element stored in the left subtree of x are less than or equal to x and elements stored in the right subtree of x are greater than or equal to x.
Sort By: | Popularity | Alphabetically | Filter by: | Country/Region: | Category: |
|
![]() |
BST | British Summer Time |
Frequently Asked Questions (FAQ)
What is the full form of BST in Computing?
The full form of BST is Binary Search Tree