Update site description.

This commit is contained in:
Yudong Jin
2022-12-14 01:30:04 +08:00
parent 31f062d3d5
commit 26436c75a5
3 changed files with 6 additions and 4 deletions

View File

@ -643,7 +643,7 @@ AVL 树的独特之处在于「旋转 Rotation」的操作其可 **在不影
## AVL 树典型应用
- 组织存储大型数据,适用于高频查找、低频增删场景
- 组织存储大型数据,适用于高频查找、低频增删场景
- 用于建立数据库中的索引系统;
!!! question "为什么红黑树比 AVL 树更受欢迎?"