I\'m trying to create a BST and use inorder traversal algorithm. But my inOrder method returns only data of root (8). Need some help.
Why this method inorder which is