경희대학교 한치근 교수님 알고리즘 수업을 바탕으로 작성되었습니다. 알고리즘 (Algorithm) 페르시아의 수학자 이름 'al Khowarizmi' 로부터 유래된 단어 정의: 문제를 잘 해결할 수 있는 well defined 그리고 finite 한 시간 내에 종료되는 computational procedure Algorithm vs Method Algorithm: Ends in a finite time manner Method: Don't know if it ends in finite time 알고리즘의 분석 (Analysis) 공간복잡도 (Memory complexity) 시간복잡도 (Time complexity) - 더 중요하게 생각 분석 방법의 종류 모든 경우 분석 (Every-case Analys..