CS/Data Structure (2) 썸네일형 리스트형 [자료구조] ch1 알고리즘이 아닌 예시들(examples not an algorithm) * 학교 자료구조 수업을 들으며 책으로 공부한 내용들을 정리하고 있습니다.* 교재 : Fundamentals of Data Structure in C (2nd Edition) - Ellis Horowitz, Sartaj Sahni, Susan Enderson-Freed 이전 글에서 Algorithm의 성립 조건으로 5가지 requirements를 배웠다.더 detail한 이해를 위해 예시를 들고 해당 예시들이 알고리즘에 해당하는지 분류해보자.(이전 글 : https://cuffyluv.tistory.com/25)복습) requirements of algorithms1) Input(입력) : zero or more quantities that are externally supplied외부에서 공급되는 양.. [자료구조] ch1 - 기본 개념들(Basic Concepts) * 학교 자료구조 수업을 들으며 책으로 공부한 내용들을 정리하고 있습니다.* 교재 : Fundamentals of Data Structure in C (2nd Edition) - Ellis Horowitz, Sartaj Sahni, Susan Enderson-Freed 1. Data structure 자료구조- definition : storate used to store and organize data to access and update the date efficiently정의 : 데이터에 효과적으로 접근하고 업데이트하게 위해 데이타를 저장하고 조직하는 저장 공간(저장소)- array, stack, queue, list, tree, graph, hash table... 앞으로 배울 것들- ex1) .. 이전 1 다음