What type of tree traversal involves visiting the root node, then recursively visiting the left subtree, and finally the right subtree?
A. Preorder
B. Inorder
C. Postorder
D. Level-order
Answer: Option A
Related Questions on Trees in Data Structures
A. Inorder
B. Preorder
C. Postorder
D. Level-order

Join The Discussion