Home > Graphs, Recursion, Hashmaps, Trees > Graphs, Recursion, Hashmaps, Trees > Introduction to Data Structures Show previous contentBuild your intuition. Is this statement true or false?The in-order traversal visits the left subtree, then the root node, and finally the right subtree.Press true if you believe the statement is correct, or false otherwise.TRUEFALSE Show following content