Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/
Search Tree
Search

Search Tree

Creator
Creator
Seonglae Cho
Created
Created
2023 Sep 9 7:41
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Sep 21 7:23
Refs
Refs
Search Trees
LSM Tree
Binary search tree
Trie
 
 
 
 
Search tree
In computer science, a search tree is a tree data structure used for locating specific keys from within a set. In order for a tree to function as a search tree, the key for each node must be greater than any keys in subtrees on the left, and less than any keys in subtrees on the right.[1]
Search tree
https://en.wikipedia.org/wiki/Search_tree
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/
Search Tree
Copyright Seonglae Cho