Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/Binary search tree/
Balanced tree
Search

Balanced tree

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 19 7:20
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Oct 25 16:25
Refs
Refs
Balanced trees
Red–black tree
B* Tree
B+ Tree
B Tree
AVL tree
2-3 tree
2-3-4 tree
 
 
 
 
 
Self-balancing binary search tree
In computer science, a self-balancing binary search tree (BST) is any node-based binary search tree that automatically keeps its height small in the face of arbitrary item insertions and deletions. These operations when designed for a self-balancing binary search tree, contain precautionary measures against boundlessly increasing tree height, so that these abstract data structures receive the attribute "self-balancing".
Self-balancing binary search tree
https://en.wikipedia.org/wiki/Self-balancing_binary_search_tree
Self-balancing binary search tree
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/Binary search tree/
Balanced tree
Copyright Seonglae Cho