2. Data Structures and Dynamic Arrays

강의 초입 부분에 인터페이스와 자료구조의 다른점을 짚고 넘어 감.

Interface (API / ADT)

Specification (어떤 명세를 가지는지)

What data can store (어떤 데이터를 저장할 수 있는지)

What operations are supported (어떤 연산을 지원하는지)

자료 구조

Representation (어떻게 표현할지)

How to store data (어떻게 저장할지)

Algorithms to support operations (어떻게 연산할지 알고리즘)

Word RAM(Random Access Machine) Model


Revision #2
Created 29 July 2024 12:45:35 by Yeonwoo Kim
Updated 29 July 2024 13:42:29 by Yeonwoo Kim