Examveda

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


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures