hi, i was wondering if anyone had any examples of a Binary Search Tree written in C++?
thanks a lot
Name:
Anonymous2007-11-27 20:09
>>37
You would probably want to use a directed graph to implement this, due to the aforementioned reasons mentioned above (incestuous relationships and what not)