

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following tree traversals work if the null left pointer pointing to the predecessor and null right pointer pointing to the successor in a binary tree? |
A. | inorder, postorder, preorder traversals |
B. | inorder |
C. | postorder |
D. | preorder |
Answer» B. inorder | |