Binary tree
Algorithms
3
Posts
3
Posters
4
Views
1
Watching
-
How can a find a minimum in right sub tree using recursion
-
How can a find a minimum in right sub tree using recursion
I'm sorry ... what do you mean ...? You should give an Example ...
-
How can a find a minimum in right sub tree using recursion
Just recursively trace down the left branches in the right sub tree. The left element is always lowest.