mirror of
https://github.com/krahets/hello-algo.git
synced 2025-01-23 22:40:25 +08:00
Update docs/chapter_computational_complexity/time_complexity.md
Co-authored-by: Justin Tse <xiefahit@gmail.com>
This commit is contained in:
parent
36e83352b8
commit
b5c9db935e
@ -684,7 +684,7 @@ $$
|
|||||||
|
|
||||||
<div class="center-table" markdown>
|
<div class="center-table" markdown>
|
||||||
|
|
||||||
| 操作数量 $T(n)$ | 时间复杂度 $O(f(n))$ |
|
| 操作数量 $T(n)$ | 时间复杂度 $O(f(n))$ |
|
||||||
| ---------------------- | -------------------- |
|
| ---------------------- | -------------------- |
|
||||||
| $100000$ | $O(1)$ |
|
| $100000$ | $O(1)$ |
|
||||||
| $3n + 2$ | $O(n)$ |
|
| $3n + 2$ | $O(n)$ |
|
||||||
|
Loading…
Reference in New Issue
Block a user