|
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.
|