I want to insert an item into Binary Tree, not a Binary Search Tree (BST). And also without Stack and Queue. Can anyone help me with this problem? How can I do it?