알고리즘7 알고리즘의 과정 - 알고리즘이란 : a detailed step-by-step method for solving a problem (유한 시간 내에) by using a computer. - 과정 1. Problem - 문제 정의: input/ouput 2. Strategy - 전략 세우기 3. Algorithm - 알고리즘 서술: Input / Output / Step(Speecification) 4. Analysis - 알고리즘 분석 - Correctness : 어떤 입력에 대해서도 가능함을 보인다. - Time & Space(Storage) - Optimality : 최적성. problem complexity = algorithm complexity일 때 최적. 5. Implementation - 구현 6. Ver.. 2021. 3. 23. 이전 1 2 다음