반응형
목차
1. Introduction: 알고리즘 소개
- 알고리즘
- 블록체인
2. Performance Analysis: 성능 분석
- Computational complexity(계산 복잡도)
- Common running times
- Recurrence relation(점화식)
1) Characteristic equation(특성 다항식)
2) Repeated substitution(반복 치환)
3) Master theorem
3. Fibonacci :피보나치 수열 소개
반응형
'Algorithm > 알고리즘 이론' 카테고리의 다른 글
[Algorithm : 알고리즘] 06 Dynamic Programming: DP (0) | 2020.08.03 |
---|---|
[Algorithm: 알고리즘] 05 Greedy Algorithm (0) | 2020.08.03 |
[Algorithm: 알고리즘] 04 Graph (0) | 2020.07.31 |
[Algorithm:알고리즘] 03 Divide and Conquer (2) | 2020.07.31 |
[Algorithm: 알고리즘] 01 STL (0) | 2020.07.27 |