Skip to content

Commit 1e62f49

Browse files
committed
auto commit
1 parent 03269cb commit 1e62f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/算法.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public static Comparable select(Comparable[] a, int k) {
619619

620620
# 查找
621621

622-
本章使用三种经典的数据类型来实现高效的符号表:二叉查找树、红黑树和散列表。
622+
本章使用三种经典的数据结构来实现高效的符号表:二叉查找树、红黑树和散列表。
623623

624624
## 1. 符号表
625625

0 commit comments

Comments
 (0)