mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
1. Add array representation of binary tree.
2. Update the LEGO example. 3. Update headers of the Python files.
This commit is contained in:
@ -325,7 +325,7 @@ $T(n)$ 是个一次函数,说明时间增长趋势是线性的,因此易得
|
||||
$$
|
||||
T(n) \leq c \cdot f(n)
|
||||
$$
|
||||
则可认为 $f(n)$ 给出了 $T(n)$ 的一个渐近上界,记为
|
||||
则可认为 $f(n)$ 给出了 $T(n)$ 的一个渐近上界,记为
|
||||
$$
|
||||
T(n) = O(f(n))
|
||||
$$
|
||||
|
||||
Reference in New Issue
Block a user