Thursday, October 31, 2013

Binary Search Trees

These are easy to grasp since everything is ordered properly. For the exercise, I was stumped for a moment when I realized we were not to use recursive. I've always used recursive for tree traversals. Thankfully, my confusion was cleared when I saw the provided code and took a look at the insert method. Also done with assignment 2 and running tests. Yay and happy halloween everyone!

No comments:

Post a Comment