Quiz Complete, well Done!
Which traversal visits the left subtree, then the root, and finally the right subtree?
Which traversal visits the left subtree, then the right subtree, and finally the root?
Which traversal visits the root, then the left subtree, and finally the right subtree?
What is the purpose of tree traversal?