3.3, due October 3rd
I read the section about Binary Search Trees and AVL trees. This section came relatively easily to me, and everything made a lot of sense. The definitions were straightforward, and it was easy to understand how the Binary search tree can fit into complexity O(log(n)) if it's balanced. The most difficult part of this section for me is understanding how the AVL algorithm works. It's difficult for me to visualize and understand how to do it.
Comments
Post a Comment