Lecture 23

AVL Tree

Learning Outcomes

At the end of this lecture, you’ll be able to:

Lecture Plan

In this lecture, we'll cover the following lessons:

  1. Structural Rotation: Definition
  2. Single Rotation: Right
  3. Right Rotation: Exercise I
  4. Right Rotation: Exercise II
  5. Right Rotation: Exercise III
  6. Right Rotation: Exercise IV
  7. Single Rotation: Left
  8. Left Rotation: Exercise
  9. Double Rotation: Right-Left
  10. Double Rotation: Left-Right
  11. Double Rotation: Exercise I
  12. Double Rotation: Exercise II
  13. Structural Rotation: Putting it all together!
  14. Structural Rotation: Exercise
  15. AVL Tree

Lessons marked with ⚡ contain exercise/activity.

Downloads