본문 바로가기

알고리즘 && 자료구조

알고리듬분석0

728x90
반응형
SMALL

알고리듬이란?

 - A well-defined computational procedure that transforms input -some value, or set of values into the desired output

(입력값을 원하는 출력으로 변환하는 잘 정의된 계산 철차)

 

Input -------> ALGORITHM -------> Output

*실행 시간이 짧으면 알고리듬이 효율적이라고 말함

 

여러문제를 해결하기 위해서는 데이터구조에 관련된 지식이 필요함

 - Linked List

 - Binary search trees

 - Hash tables

 -Linear array

등등

 

 

 

- 이 카테고리에 있는 글은 한동대학교 용환기 교수님의 알고리듬분석 수업을 듣고 참조해서 만들었음을 밝힘.

 - 이 카테고리레 있는 글은 Introduction to Algorithms, Third Edition - The MIT Press; McGraw-Hill Higher 책을 참조 해서 만들었음을 밝힘. 

728x90
반응형
LIST