Question

Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?

A Preorder traversal
B Inorder traversal
C Postorder traversal
D Level-order traversal
E Reverse level-order traversal
Practice Next

Hey! Ask a query