Homework #6 COSC 311 WINTER 2013 Due 2/21/2013 Draw the activation tree for root = delete(10), using the BST 10 / \ 7 12 \ 15 \ 17 and the pseudocode for delete from http://emunix.emich.edu/~haynes/311/fa12/Code/RecursiveBSTCode.txt