View Single Post
Old Apr 6th, 2006, 10:12 PM   #11
cwl157
Professional Programmer
 
Join Date: Feb 2005
Posts: 346
Rep Power: 4 cwl157 is on a distinguished road
there is just one problem. The deleted value is the root value. But to delete the root you have to delete the last entry and then replace the value of the root with the value of the last entry. When it says what value is deleted it prints out the last entry instead of the root. So really i just need to change it to print out the value of the root instead of the value of the last entry. Not quite sure how to do that though because you have it printing out the root entry but it says its the last? Other than that it works.
cwl157 is offline   Reply With Quote