Hi all;
I have to create a Binary Tree(not a Binary Search Tree) whose node values are produced randomly...
If I had to create a Binary Search Tree , I could determine where the current node has to be inserted but in a Binary Tree I can't determine where the current node has to be inserted...
How can I determine where the current node has to be inserted in a Binary Tree ???