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
'알고리즘 && 자료구조' 카테고리의 다른 글
알고리듬분석5 - Introduction to Algorithms ch7 Quick Sort (0) | 2023.01.01 |
---|---|
알고리즘분석4 - Introduction to Algorithm ch6 Heapsort (0) | 2022.12.30 |
알고리듬분석3 - Introduction to Algorithms ch4 Divide and Conquer (0) | 2022.03.14 |
알고리듬분석1 - Introduction to Algorithms ch2 Getting Started (0) | 2022.03.04 |
알고리듬분석2 - Introduction to Algorithms ch3 Growth of Function (0) | 2022.03.02 |