Data Structure

Data Structure 3 credit 3 hours
This course is mainly aimed at introducing the data structures commonly used in programming languages,include
(1) ADT (abstract data type) and complexity,
(2) Static structures and their storage representation,
(3) Recursion, stacks, and prefix, infix, and posfix expressions,
(4) Queues,
5) Lists,linked lists,
(6)Trees, binary trees, height balanced trees, heaps,
(7) Graph,
(8) Soring,
(9) Searching, hashing.