Home > Data structure and algorithms > Data structure and algorithms > Recursion Show previous contentTry 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.TRUEFALSE Show following content