In which of the traversal method the recursive calls can be-03557
In which of the traversal method, the recursive calls can be used to traverse a binary tree?
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Mid Term - Quiz No.5.
In which of the traversal method, the recursive calls can be used to traverse a binary tree?
In inorder traversal only
In postorder traversal only
In preorder traversal only
All of the given options