CS5800 notes
week 1
1.1 linear/chunk/binear search
这三种方法都是有序查找使用的
chunk
Chunk的复杂度
让
最终得到时间复杂度为
binary
经典二分
时间复杂度用递归法(recursive algorithm),
最终为
1.2
- Linear time ep.
- Logarithmic time ep.
- Polynamial time ep.
- Exponential time ep.
- factorial time ep.
5! = 5x4x3x2x1
不考虑constants
- big-
: upper bound - big-
: lower bound - big-
: tight bound
lecture
- efficiency Time and Space 消耗
- effectiness 证明是对的
CS5800 notes
http://example.com/2023/09/11/CS5800-notes/