Wed, 18 Jun 1902 08:00:00 GMT
Binary Search Trees
I need to find out how to create several recursive functions/procedures for manipulating binary search trees specifically: Counting the nodes of a tree {i can't do this unless I use global vars} finding the sum of integers in the tree {same global var problem} disposing of a whole tree {i get pointer erorrs might be able to fix} finding the height of a tree {not sure how to implement} if you know where I can look for this info or have the answers they would be greatly appreciated -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ James David Allan umall...@cc.umanitoba.ca U of M Comp. Eng. II http://home.cc.umanitoba.ca/~umalla21 -------------------------------------------------------------------
|