課程基本資料
系所 / 年級Department/Grade-Level
生物醫學影像暨放射科學學系 2年級
課號 / 班別Course Code
20U000189 / A
學分數Credits
2 學分
選 / 必修Elective / Required
選修(Elective)
科目中文名稱Course Title (Chinese)
資料結構
科目英文名稱Course Title (English)
Data structure
負責教師Instructor
陸志豪(Chih-Hao Lu)
開課期間Course Load
一學期
人數上限Enrollment Max.
70 人
已選人數Enrollment Taken
27 人
抽籤自動遞補等候人數Number of the waiting list after ballot
0 人
備註Memo
人工智慧醫療學分學程必修
可選學制 (availability)
大學部
2年級 至4年級
二技部
1年級 至3年級
碩士班
不可選
博士班
不可選

修讀他所『碩士班可供博士班下修課程』是否認列為博士班畢業學分,請先向所屬研究所確認,以免日後所修學分不予認列。

請各位同學遵守智慧財產權觀念;請勿非法影印。

教學綱要
課程概述Course Description
「資料結構」這門課主要是探討如何將資料更有組織地存放到電腦中,以提昇程式之執行效率的一門學問,有良好的資料結構及有效率的演算法將可以提昇程式的執行效率。
教學目標Course Objectives
「資料結構」這門課主要是探討如何將資料更有組織地存放到電腦中,以提昇程式之執行效率的一門學問,有良好的資料結構及有效率的演算法將可以提昇程式的執行效率。在本門課程中,包含有陣列(Array)、堆疊(Stack)、佇列(Queue)、串列(Link list)、樹狀(Tree)、圖形(Graph)、排序(Sort)及搜尋(Search)等單元,教導同學了解何謂資料結構, 資料如何在電腦中表示、儲存、與運用,並經由本課程,訓練與奠基同學解決問題的能力與程式設計的技術。 The purpose of this course will focus on the issues that how is data stored in the computer in order to increase the efficiency of program. Various topics will be introduced which include array, stack, queue, link list, tree, graph, sort and search. Students will have practical assignments utilizing the topics described, and have a final project.
先修科目Prerequisites
教學方式Teaching Methods
講課 Lecturing 學生實作 Student hands-on practice 習題練習 Exercise
評量方式Assessment
實作測驗 Practical exam 期中筆試 Midterm exam 專題報告 Project report
參考書目Reference
1. Ellis Horowitz, Sartaj Sahni and Susan Anderson-Freed, “Fundamentals of Data Structures in C,” Computer Science Press, New York, 1993. 2. 戴顯權, 資料結構 滄海圖書
教學進度Course Schedule
2019/02/20 資料結構簡介 Introduction to data structure 陸志豪(Chih-Hao Lu)
2019/02/27 陣列 Array 陸志豪(Chih-Hao Lu)
2019/03/06 鏈結串列 Link list 陸志豪(Chih-Hao Lu)
2019/03/13 鏈結串列 Link list 陸志豪(Chih-Hao Lu)
2019/03/20 堆疊與佇列 Stack and Queue 陸志豪(Chih-Hao Lu)
2019/03/27 樹 Tree 陸志豪(Chih-Hao Lu)
2019/04/03 樹 Tree 陸志豪(Chih-Hao Lu)
2019/04/10 樹 Tree 陸志豪(Chih-Hao Lu)
2019/04/17 期中考 Midterm exam 陸志豪(Chih-Hao Lu)
2019/04/24 樹 Tree 陸志豪(Chih-Hao Lu)
2019/05/01 排序 Sort 陸志豪(Chih-Hao Lu)
2019/05/08 排序 Sort 陸志豪(Chih-Hao Lu)
2019/05/15 排序 Sort 陸志豪(Chih-Hao Lu)
2019/05/22 雜湊 Hashing 陸志豪(Chih-Hao Lu)
2019/05/29 圖形 Graph 陸志豪(Chih-Hao Lu)
2019/06/05 圖形 Graph 陸志豪(Chih-Hao Lu)
2019/06/12 圖形 Graph 陸志豪(Chih-Hao Lu)
2019/06/19 期末報告 Project report 陸志豪(Chih-Hao Lu)