Assignments
There will be several programming assignments to help the students in gaining
hands on experiences in problem solving with data structures.
Students should be ready for on-line demonstration when asked by the instructor.
Programming assignments will be posted in here during the semester.
- Assignment 0: Getting started with IDE and textbook examples (More details in lecture note)
- Assignment 1: C++ exercises (More details in lecture note) Due date: Oct 19, 2021
- Assignment 2: Arrays, stacks and queues (Ass02.pdf) Due date: Nov 24, 2021
- Assignment 3: Linked lists and trees (Ass03.pdf) Due date: Dec 21, 2021
- Assignment 4: Graphs (Ass04.pdf) Due date: Jan 18, 2022
All assignments should be submitted through NDHU e-Learning Course Web page. If you have any trouble uploading your assignments, please contact our TA 楊舜博(include7212@gmail.com ). Correctly done assignments will received full credits if submitted by the due date. Late submission will still be graded but only with partial credits. Therefore, submission by the deadline is strongly recommended.
All code in the textbook can be downloaded from https://inside.mines.edu/~dmehta/FDS_CPP/.
Data Structure Code Collections
Programming Resources
C++ Books:
C++ Tutorial:
Tools, IDEs and Systems: