mirror of
https://github.com/krahets/hello-algo.git
synced 2026-03-30 16:52:29 +08:00
Polish the chapter
introduction, computational complexity.
This commit is contained in:
@@ -123,7 +123,7 @@ impl AVLTree {
|
||||
Self::left_rotate(Some(node))
|
||||
}
|
||||
} else {
|
||||
// 平衡树,无需旋转,直接返回
|
||||
// 平衡树,无须旋转,直接返回
|
||||
node
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user