3.3


  1. I did read the entire section. It wasn't too difficult since I've covered some stuff on binary search trees before, but the hard part was definitely AVL trees and the rotation. I think I followed it, but some more concrete examples (which I understand may come from the lab) would be great. Also didn't super follow the proof for the min/max number of nodes in an AVL tree of height h.
  2. Like I said, I've done binary search trees in classes before, but it was all in Java. I'm interested to see how they'll be implemented in Python and how difficult the rotation code is going to be. It's cool to see how this could apply to some of my personal projects that I've been working on.

Comments

Popular posts from this blog

1.9

3.1

1.3