Searching in Binary Search Tree - Javatpoint
Searching in Binary Search Tree - Javatpoint
Searching
Searching means finding or locating some specific element or node within a data structure. However,
searching for some specific node in binary search tree is pretty easy due to the fact that, element in BST
are stored in a particular order.
3. Otherwise check if item is less than the element present on root, if so then move to the left sub-
tree.
Step 2: END
← Prev Next →
Feedback
Preparation
Company
Interview
Questions
Company Questions
Trending Technologies
B.Tech / MCA