alonnahh7034 alonnahh7034 23-07-2024 Computers and Technology Answered In a binary tree, which traversal method visits nodes in the following order: left subtree, root, right subtree?A) Preorder traversalB) Postorder traversalC) Inorder traversalD) Level-order traversal