Well-defined computational procedures that takes a set of values as inputs and produces some set of values as outputs.

잘 정의된 문제해결의 과정. DataStructure와 함께 ComputerScience에서 HowToSolveIt의 과정이다.

알고리즘개발에 있어서 중요한것은 ComputationalComplexity, AlgorithmicComplexity의 효과적인 감소에 있다.

알고리즘의 평가는 주로 worst-case analysis를 한다. 그 이유는

가끔은 최악분석보다는 평균분석을 하는 경우도 있다. (QuickSort등의 무작위 알고리즘)

기본적인 알고리즘의 설계방법

Bioinformatics concerned Algorithms

DataEncryption

추천도서

관련자료


See also HowToStudyForProgrammer, EstimateOrderOfAlgorithm, SortAlgorithm

Algorithm (last edited 2012-09-28 08:28:39 by 182)