.了解資料結構與演算法的關係
.了解各種基本資料結構的定義
.了解各種基本資料結構的應用.Introduction: data structures, algorithm, and complexity
.Array
.Stack & Queue
.Linked List
.Tree
.Graph
.Hash
.Sorting
.Advanced data structures. Understand the relationship between data structures and algorithms
. Understand the definitions of various basic data structures
. Understand the applications of various basic data structures. Introduction: data structures, algorithms, and complexity
. Array
. Stack & Queue
. Linked List
. Tree
. Graph
. Hash
. Sorting
. Advanced data structures
本課程在於學習各種不同的資料表現形式,使散亂的資料能夠以規則方式呈現並進行有效率的運算處理。在本課程內容安排上,將介紹常用的資料結構與相關演算法,包含堆疊(stack)、佇列(queue)、樹(tree)、圖(graph)、排序(sorting)等,可廣泛地運用在不同領域上。
This course aims to learn various data representation forms so that scattered data can be presented in a regular manner and processed efficiently. In terms of the content arrangement of this course, commonly used data structures and related algorithms will be introduced, including stack, queue, tree, graph, sorting, etc., which can be widely used in different fields.
Ellis Horowitz, Sartaj Sahni and Susan Anderson-Freed, “Fundamentals of Data Structures in C”, 2nd Editon, Silicon Press, 2008. (開發代理)
Ellis Horowitz, Sartaj Sahni and Susan Anderson-Freed, “Fundamentals of Data Structures in C”, 2nd Editon, Silicon Press, 2008. (Development Agent)
評分項目 Grading Method | 配分比例 Grading percentage | 說明 Description |
---|---|---|
期中考期中考 midterm exam |
30 | |
期末考期末考 final exam |
30 | |
實習與作業實習與作業 Internships and Assignments |
30 | |
平時成績平時成績 usual results |
10 |