Make a binary tree

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?????
Last edited on
A binary search tree is a binary tree. A binary tree doesn't have to be sorted like a binary search tree has to be.
Last edited on
Topic archived. No new replies allowed.