CMPT 238 Data Structures Midterm Exam Review
Regarding the Exam Friday, October 13 Closed book You may choose to write your program on the answer sheet or type it up in Visual Studio and print it out. The LinkedList class will be provided.
Problem 1 Multiple Choice Basic understanding regarding linear search and binary search
Problem 2 Sorting You will be asked to write a modified sorting function Sorting algorithms will not be provided
Problem 3 Add member functions to the LinkedList class The LinkedList class will be provided Utilize the existing member functions and modify them Best way to study: Revisit all the member functions we did in class and the homework problems
All programs regarding searching, sorting and the linked list are available online. turing.manhattan.edu/~tina.tian