Mark As Completed Discussion

Try this exercise. Is this statement true or false?

In in-order traversal, the left subtree is visited first, followed by the root node, and then the right subtree.

Press true if you believe the statement is correct, or false otherwise.