given a set of integers find out how many unique binary search trees can be constructed out of it???
according to me the answer depends on the size of the integer set.. if the size of the set integer is n.. then "n" unique binary search trees can be made out of it..
am not sure about the answer.. am i right???