mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-22 00:07:13 +00:00
Add description of the comment format.
This commit is contained in:
@@ -244,7 +244,7 @@ comments: true
|
||||
|
||||
**空间复杂度 $O(1)$ :** 无需使用额外空间。
|
||||
|
||||
## 优缺点
|
||||
## 优点与缺点
|
||||
|
||||
**线性查找的通用性极佳。** 由于线性查找是依次访问元素的,即没有跳跃访问元素,因此数组或链表皆适用。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user