資料結構

課程名稱

資料結構

3學分

3小時

英文課程名稱

Data Structure

中文課程概要

C語言,指標,結構,陣列,堆疊,佇列,串列,樹狀結構 ,排列,搜尋。

英文課程概要

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.