CS공부/Data Structure (1) 썸네일형 리스트형 0. 자료구조 - 톺아보기 1. 개념적 정의자료구조 == 데이터구조는 프로그래밍의 Fundamental building blocks 즉, 기본 구성 요소!"They define how data is organized, stored, and manipulated within a program." ⭐ 데이터를 정리 = Organized저장 = Stored조작 = Manipulated할 지 정의한다. "Understanding data structures is very important for developing efficient and effective algorithms."자료구조를 이해하는 것은 개발 효율, 효율적인 알고리즘에 매우매우 중요함.WHY?적절한 구조를 사용해야 빠르고 메모리를 덜 쓰는 알고리즘을 만들 수 있기 때문이죠.. 이전 1 다음