Sorry for the bad title and if i mislead anyone.
I am new to Binary Trees, so it's a bit hard for me to explain this. Let's say that i need to create a BST in which each node holds different kinds of info (e.g. name, occupation, salary) and it is to be ordered based on the salary. Is that possible? If it is, give me a few instructions. If it isn't, could you please explain a bit why that is?
Thanks in advance.