btholt / complete-intro-to-computer-science

Complete Intro to Computer Science, as taught by Brian Holt for Frontend Masters
https://frontendmasters.com/courses/computer-science-v2/
Other
330 stars 259 forks source link

Updated AVL tree: right vs left rotation #34

Open leahbrenny opened 2 years ago

leahbrenny commented 2 years ago

A FEM customer wrote in saying it looks like the left and right rotations got swapped in this section. I have edited the incorrect rotations and added annotations to the course for further clarification using this as a reference. https://www.tutorialspoint.com/data_structures_algorithms/avl_tree_algorithm.htm