CSC2100B Written Midterm At-A-Glance
CSC2100B Programming Midterm At-A-Glance
CSC2100B Optional Programming Midterm Problems
If you did not solve any problems in the CSC2100B Programming Midterm on Saturday, March 28, 2009, you now have another chance to demonstrate what you have learned in the class.
We are doing this to obtain a ranking of all students. Please do your best to obtain a good anking. Good luck!
Lecture I | Lecture II | Tutorial I | Tutorial II | |
---|---|---|---|---|
Time | M7-8, 2:30 pm - 4:15 pm | T2, 9:30 am - 10:15 am | T9, 4:30 pm - 5:15 pm | H9, 4:30 pm - 5:15 pm |
Venue | SC L1 | ERB LT | ERB 404 | ERB 404 |
The Golden Rule of CSC2100B: No member of the CSC2100B community shall take unfair advantage of any other member of the CSC2100B community.
The concept of abstract data types and the advantages of data abstraction are introduced. Various commonly used abstract data types including vector, list, stack, queue, tree, and set and their implementations using different data structures (array, pointer based structures, linked list, 2-3 tree, B-tree, etc.) will be discussed. Sample applications such as searching, sorting, etc. will also be used to illustrate the use of data abstraction in computer programming. Analysis of the performance of searching and sorting algorithms. Application of data structure principles.
本科介紹抽象數據類型之概念及數據抽象化的優點。並討論多種常用的抽象數據類型,包括向量、表格、堆棧、隊列、樹形;集(合)和利用不同的數據結構(例如:陣列、指示字為基的結構、連接表、2-3樹形、B樹形等)作出的實踐。更以實例(例如:檢索、排序等)來說明數據抽象化在計算機程序設計上的應用。並討論檢索與排序算法及數據結構之應用。
Lecturer | Tutor | Tutor | Tutor | Tutor | |
---|---|---|---|---|---|
Name | Irwin King | Roy Kai Chi Chan | Wai Shing Fung | Hao Ma | Qiao Zhao |
king AT cse.cuhk.edu.hk | kcchan AT cse.cuhk.edu.hk | wsfung AT cse.cuhk.edu.hk | hma AT cse.cuhk.edu.hk | qzhao AT cse.cuhk.edu.hk | |
Office | Rm 908 | SHB 1013 | SHB 115 | SHB 101 | SHB 120 |
Telephone | 2609 8398 | 2609 8430 | 3163 4257 | 3163 4253 | |
Office Hour(s) | * M10, Monday 4:30 to 5:30 * T3, Tuesday 10:30 to 11:30 | T8, H8 | H10, H11 | T7, T8 | T5, T6 |
Note: This class will be taught in English. Homework assignments and examinations will be conducted in English.
The pdf files are created in Acrobat 6.0. Please obtain the correct version of the Acrobat Reader from Adobe.
Week | Date | Topics | Tutorials | Homework & Events | Resources |
---|---|---|---|---|---|
1 | 5/1, 6/1 | Introduction 1. 01_Intro.pdf | No Tutorial | TBD | CSC2100B-090105-1 CSC2100B-090106-1 |
2 | 12/1, 13/1 | 1. Algorithm Analysis 2. Recurrence 1. 02_Analysis.pdf 2. 02.1_Recurrence.pdf | Online Judge Guide and Introduction to C | Read Chapter 1 and 2 | CSC2100B-090112-1 CSC2100B-090113-1 |
3 | 19/1, 20/1 | List, Stacks, and Queues 1. 03_LSQ.pdf | List and Stacks | * Read Chapter 3 * HW #1 (version 1.05) * Written Assignment (Due on or before 6:00 pm, Thursday, February 5, 2009) * 1.1 (2), (4), and (5); 1.2 (1) and (2); 1.3 (3) and (4); 1.4; 1.5 (3) and (4); 1.8 * Programming Assignment (Due on or before 11:59 pm, Friday, February 6, 2009) * 1.13 and 1.14 Please check the announcement in tutorial page | CSC2100B-090119-2 |
4 | 28/1, 29/1 | CHINESE NEW YEAR HOLIDAY | NO TUTORIALS | TBD | TBD |
5 | 2/2, 3/2 | List, Stacks, and Queues Tree Data Structures and Algorithms 1. 04_Tree.pdf | TBD | TBD | CSC2100B-090202-1 CSC2100B-090203-1 |
6 | 9/2, 10/2 | Tree Data Structures and Algorithms | TBD | * Read Chapter 4 * HW #2 (version 1.07) NEW! * Written Assignment (Due on or before 6:00 pm, Wednesday, February 25, 2009) * 3.1 (3); 3.2 (3); 3.3 (3); 3.4; 3.6 (3); 3.7; 3.10; 3.11 * Programming Assignment (Due on or before 11:59 pm, * 2.12 and 3.33. Please check the announcement in tutorial page | CSC2100B-090209-1 CSC2100B-090210-1 |
7 | 16/2, 17/2 | Hash Functions 1. 05_Hash.pdf | TBD | TBD | CSC2100B-090216-1 CSC2100B-090217-1 |
8 | 23/2, 24/2 | 1. Hash Functions 2. Heaps | TBD | * Read Chapter 5 * HW #3 (version 1.07) * Written Assignment (Due on or before 6:00 pm, Friday, March 13, 2009) * 3.12 (3), 3.13 (3), 3.14 (3), 3.16, 3.17, 4.1 using inputs {1234, 3456, 5678, 7890, 5432, 8765, 6543, 9876}, 4.3, 5.1, 5.2, 5.7. * Programming Assignment (Due on or before 11:59 pm, Friday, March 13, 2009) * 2.7 and 3.32. Please check the announcement in tutorial page | CSC2100B-090223-1 CSC2100B-090224-1 |
9 | 2/3, 3/3 | Sorting Algorithms 1. 06_Heaps.pdf 2. 07_Sort.pdf | TBD | TBD | CSC2100B-090302-1 CSC2100B-090303-1 |
10 | 9/3, 10/3 | Sorting Algorithms | TBD | TBD | CSC2100B-090309-1 CSC2100B-090310-1 |
11 | 16/3, 17/3 | WRITTEN MIDTERM EXAMINATION | TBD | TBD | TBD |
12 | 23/3, 24/3 | PROGRAMMING MIDTERM EXAMINATION Sorting Algorithms Graph Data Structures and Algorithms 1. 09_Graphs.pdf | TBD | * HW #4 (version 1.07) * Written Assignment (Due on or before 6:00 pm, * 6.1, 6.2.3, 6.4.2, 6.5, 6.6.1, 7.1, 7.3, 7.4, 7.5, 7.7 Please check the announcement in tutorial page | CSC2100B-090323-1 CSC2100B-090324-1 |
13 | 30/3, 31/3 | NO CLASS | TBD | TBD | TBD |
14 | 6/4, 7/4 | Graph Data Structures and Algorithms | TBD | TBD | CSC2100B-090406-1 CSC2100B-090407-1 |
15 | 13/4, 14/4 | EASTER HOLIDAY Course summary and final examination pointers | TBD | TBD | CSC2100B-090414-1 |
Tutorial Page
Time | Venue | Notes | |
---|---|---|---|
Midterm Examination Written | TBD | TBD | TBD |
Midterm Examination Programming | TBD | TBD | TBD |
Final Examination | TBD | TBD | The final examination covers all materials presented in the class but emphasizes more on the materials after the midterm. |
TBD
Final Examination (Written) | Midterm Examination (Written Part) | Midterm Examination (Programming Part) | Essays | Presentation | Lab reports | Assignments |
---|---|---|---|---|---|---|
50% | 10% | 20% | % | % | % | 20% |
Note: One must solve at least one problem in the programming examination to pass the examination.
failed to fetch data: Could not connect to ecs.amazonaws.com:80
Connection timed out (110)
failed to fetch data: Could not connect to ecs.amazonaws.com:80
Connection timed out (110)
This site is the creator of Matlab. You will be able to obtain much Matlab-related information.