Update README.md

This commit is contained in:
DiDong 2020-02-29 17:18:52 +08:00 committed by GitHub
parent 859be40c57
commit 5c3c43733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1490,8 +1490,8 @@ typedef struct {
#### 递归与迭代
* 迭代:反复利用变量旧值推出新值
* 折半排序(迭代)
* 归并查找(迭代)
* 折半查找(迭代)
* 归并排序(迭代)
#### 广义表