Data Structure | CS | Course

Brief Information Name : Data structure Lecturer : Park Byung-Joon Semester : 2014 Fall Course : BE. Computer Science and Engineering Textbook :?Michael Main and Walter Savitch (2010)?Data Structures and Other Objects Using C++. 4th Ed.?Prentice Hall Syllabus [link] Trace lectures Listing themes I learned in the lecture in time order. Assignments Implement the dynamic […]

Studying ‘Data Structure’

Definitions of Data Structures In computer science, a data structure is a particular way of organizing data in a computer so that it can be used efficiently. Types of data structures Abstract data structures associative array, map, symbol table, or dictionary list stack queue deque(doubly ended queue) priority queue set arrays linked lists one-way linked […]