The exam will consist of multiple choice questions, one free response question, and one coding question. It will require programming complete and correct C++ programs. Partial credit will only be given for working, compilable code that passes some test cases. Code that doesnt compile will not receive any credit. Multiple (but not unlimited) submissions will be allowed.
You should prepare on your own to answer one of the following coding questions. In other words, the exam question will loosely require you to do one of the following:
std::list or std:vectorThe free response question will be on either a binary tree or a binary search tree.
The content on the exam will cover all lecture material up through (and including) September 24. This will include some overlap with the previous two exams and will primarily focus on lists, arrays, and trees. It will not cover balanced binary search trees (or KD Trees).
NULL pointers in a BST, including prooffind, including running times in terms of h and ninsert, including running times in terms of h and ndelete, including running times in terms of h and nAssignments referenced:
Points:70
Registration: Thursday, September 18
Start: Wednesday, October 01
End: Friday, October 03