Course Description

Course CodeCourse NameCreditsHours
3101045 Data Structure 3.0 3
Description 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,and(9)searching,hashing.