Which traversal method of a binary tree involves visiting the left subtree, then the root, and then the right subtree?
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion