I am really confused on how to make a just binary tree and
not a binary search tree ......
HeLp Me PlEaSe.....
Thanx in advance :)
UPDATE :
I do know the difference between two...
But i don't know how to just input elements so that it make a tree
irrespective of the fact whether it is Binary search tree(BST) or not....
My real question is :
Write a program to check whether tree is BST or not.
But to implement this question i need to first input a tree so how will i do that?????