Silver Library (Archived)
#2 Algorithm, 4 steps and way to describe it. 본문
F2. Problem & Solving/Theory of algorithm
#2 Algorithm, 4 steps and way to describe it.
Ayin Kim 2023. 1. 8. 20:39반응형
#1. 컴퓨터 알고리즘의 4단계
- 문제해결, 알고리즘 설명, 정확성 증명, 성능분석으로 이루어진다.
#2. 컴퓨터 알고리즘의 성능분석
- 컴퓨터 알고리즘의 성능 분석은 공정하고 공평한 비교를 위해 점근적 표기법에 의해 기술한다.
'F2. Problem & Solving > Theory of algorithm' 카테고리의 다른 글
Difference between Hash vs Node memory (0) | 2023.04.25 |
---|---|
Iteration vs loop, aren't they the same? (0) | 2023.01.17 |
#4 Insertion Sort (0) | 2023.01.10 |
#3 Selection, Sorting algorithm (0) | 2023.01.10 |
#1 Start - Fundamental of algorithm (0) | 2023.01.07 |