Add description of the comment format.

This commit is contained in:
Yudong Jin
2023-01-03 15:47:06 +08:00
parent e850152130
commit 89a5c6b435
7 changed files with 116 additions and 8 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ comments: true
**空间复杂度 $O(1)$ ** 无需使用额外空间。
## 优缺点
## 优点与缺点
**线性查找的通用性极佳。** 由于线性查找是依次访问元素的,即没有跳跃访问元素,因此数组或链表皆适用。