of binary search tree starts by
visiting the
the current node
then its left
then its right child
1
child
Answers
Answered by
0
BST:- Binary search tree
______________________
- the left sub tree of a node has a key less than or equal to parent node key.
- the right sub tree of a node has greater key than it's parent node key .
______________________
Similar questions