CST370 Week 6
This week we covered AVL trees, heaps, and hash tables. I felt like I had a solid grasp on hash tables, but AVLs and heaps were a bit tougher without a visual. The AVL visualization site that was shared really helped me understand how the rotations work. I also found that writing the problems out on scratch paper helped a lot. I could walk through the rotations step by step and then use the site to double check. For heaps, I found it much easier to understand the structure when it was drawn out as a tree instead of just looking at the array. I want to get better at working directly with the array, but right now, seeing it as a tree helps everything click into place faster
Comments
Post a Comment