btholt / four-semesters-of-cs

https://frontendmasters.com/courses/computer-science/
668 stars 224 forks source link

AVL tree #31

Open ben-claude opened 4 years ago

ben-claude commented 4 years ago

In the section concerning AVL trees, I would replace the sentence "move node B's right child to its left child" with "move node B's left child to its right child".

What do you think ?

https://github.com/btholt/four-semesters-of-cs/blob/fa61de3cc80e0030bb172ecd75c7cb4ca3aeeadf/index.html#L556