mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 11:41:22 +08:00
build
This commit is contained in:
@@ -190,7 +190,7 @@ comments: true
|
||||
}
|
||||
```
|
||||
|
||||
根据以上方法,可以得到算法运行时间为 $6n + 12$ ns :
|
||||
根据以上方法,可以得到算法运行时间为 $(6n + 12)$ ns :
|
||||
|
||||
$$
|
||||
1 + 1 + 10 + (1 + 5) \times n = 6n + 12
|
||||
|
||||
Reference in New Issue
Block a user