This commit is contained in:
Penguin-SAMA
2023-05-03 20:47:29 +08:00
parent b14b14c41a
commit e59f7bfc9b
2 changed files with 3 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ Every byte of memory is identified by a unique number, known as its *address*, a
### 2.1.1 Hexadecimal Notation
A single byte consists of 8 bits.

View File

@@ -171,3 +171,5 @@ $$
$$
==顺序表按值查找算法的平均时间复杂度为$O(n)$。==
# 2.3 线性表的链式表示