In a binary tree traversal, which traversal technique visits the nodes in the following order: root, left subtree, right subtree?
Post-order
Pre-order
In-order
Level-order

Advanced Data Structures Exercises are loading ...