posted 18 years ago
Hi,
I've written part of a ADD method for a binary search tree but it will only let me add up to the 2 nodes down the tree. Does anybody know how I can solve this problem. This in only to add nodes to leftest of the tree so code so far is:
Duplicates are allowed and put in the left subtree, i will implement nodes for the rest of tree once i get this bit done
thanks in advance!
[ April 05, 2006: Message edited by: Angela Truce ]