해드 노드1 Lecture 2: Data Structures Lecture 2: Data Structures1. Data Structure Interfaces 1-1. data structure?A data structure is a way to store data, with algorithms that support operations on the data데이터 구조는 데이터를 저장하는 방법이다. 그리고 저장된 데이터를 다루는 알고리즘을 함께 제공한다 배열, 연결 리스트, 해시맵 → 단순히 값만 저장하는 게 아니라 값을 넣기, 찾기, 꺼내기 같은 연산을 어떻게 할지까지 포함한다. 1-2. interface?Collection of supported operations is called an interface (also API or ADT)데이터 구조가 제공하는 .. 2025. 5. 30. 이전 1 다음