InterviewSolution
Saved Bookmarks
| 1. |
The array representation of a complete binary tree contains the data in sorted order. Which traversal of the tree will produce the data in sorted form?(A) Preorder(B) Inorder(C) Postorder(D) Level order |
| Answer» | |