Unify punctuation.

This commit is contained in:
krahets
2023-07-26 08:59:36 +08:00
parent 35973068a7
commit 63a0e73df0
46 changed files with 201 additions and 201 deletions
+2 -2
View File
@@ -809,8 +809,8 @@ AVL 树的节点查找操作与二叉搜索树一致,在此不再赘述。
## AVL 树典型应用
- 组织和存储大型数据,适用于高频查找、低频增删的场景
- 用于构建数据库中的索引系统
- 组织和存储大型数据,适用于高频查找、低频增删的场景
- 用于构建数据库中的索引系统
!!! question "为什么红黑树比 AVL 树更受欢迎?"