What is data structure? A data structure is a storage that is used to store and organize data.
It is a way of arranging data on a computer so that it can be accessed and updated efficiently. 컴퓨터가 데이터를 효율적으로 저장하고 처리하기 위해 사용되는 저장공간 혹은 방법.
효율은 메모리 , 처리 속도 관점. Importance 효율적인 데이터 처리 메모리 관리 코드 재사용 추상화 알고리즘 설계 Classification non-primitive data structres Arrays Linked lists Stacks Queues Trees Graphs H.....
원문 링크 : [Data structure] 자료 구조