This commit is contained in:
krahets
2023-11-26 02:06:39 +08:00
parent 5ae2d5e925
commit e02c37e16b
11 changed files with 112 additions and 25 deletions

View File

@@ -190,7 +190,7 @@ comments: true
}
```
根据以上方法,可以得到算法运行时间为 $6n + 12$ ns
根据以上方法,可以得到算法运行时间为 $(6n + 12)$ ns
$$
1 + 1 + 10 + (1 + 5) \times n = 6n + 12