krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
97.79k stars 12.39k forks source link

fix: right-left and left-right inversion for the English version of AVL Tree #1448

Closed goerll closed 3 months ago

goerll commented 3 months ago

Fix translation mistake of "先左旋後右旋" from "Right-left" to "Left-right" and "先右旋後左旋" from "Left-right" to "Right-left" on the AVL tree page.