Skip to content

Commit 5bb34e2

Browse files
committed
docs: update 💬
1 parent afcbfe1 commit 5bb34e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ left|right
6969

7070
## 运行时间
7171
以二分查找为例,使用它可节省多少时间呢?简单查找诸葛地检查数字,如果列表包含100个数字,最多需要猜100次。
72-
换而言之嘴多需要猜测的次数与列表长度相同,这被称为线性时间(linear time),而二分查找则不同,如果列表包含100个元素
72+
换而言之最多需要猜测的次数与列表长度相同,这被称为线性时间(linear time),而二分查找则不同,如果列表包含100个元素
7373
最多需要7次,如果列表包含40亿个数字,最多需猜32次,而分查找的运行时间为对数时间 `O(log)`
7474

7575
## 大O表示法
@@ -126,4 +126,4 @@ left|right
126126
- [openset](https://github.com/openset)
127127

128128
## License
129-
MIT
129+
MIT

0 commit comments

Comments
 (0)