asymptotic1 Data Structure and Algorithm Introduction Data Structure Data Structure는 데이터를 효율적으로 저장하고 관리하기 위한 특별한 포맷이다. Array, File, Linked list, Stack, Queue, Tree, Graph 등이 있다. 자료 구조는 element의 구조에 따라 두 종류로 분류된다. Linear data structure(선형 자료구조) element 들이 sequential order로 접근되지만 모든 elemnt가 순차적으로 저장되지는 않는다. ex) linked list, stack, queue Non-linear data structure(비선형 자료구조) elment 들이 non-linear order로 저장/접근된다. ex) tree and graph Abstract Data Types(ADT.. 2022. 9. 14. 이전 1 다음