hi, i was wondering if anyone had any examples of a Binary Search Tree written in C++?
thanks a lot
Name:
Anonymous2007-11-27 23:06
>>35
From the information he has given, it's clear that he wants a data structure that can hold the relations between different family members of different generations, not just the subset of that that is all the parents, grandparents, great-grandparents, etc. of a particular child.