hi, i was wondering if anyone had any examples of a Binary Search Tree written in C++?
thanks a lot
Name:
Anonymous2007-11-28 2:54
>>43
Not a binary tree, as that only allows two descendants per person. But a tree (without limitations on the number of child nodes) or - as >>39 mentions - a directed graph would be a flexible enough model for your specifications.