hi, i was wondering if anyone had any examples of a Binary Search Tree written in C++?
thanks a lot
Name:
Anonymous2007-11-28 3:14
>>44
You're thinking of it upside-down. Each node links to a mother and a father. However, this is no longer a tree, since multiple nodes share ancestors. As you say, it'd be a directed graph.
Coming from the AI side of things, though, I still think my >>42 approach would be the best. Lrn2prolog.