CS 14 - Lab 7


CS 14 Homepage

Task 1: Lab Practical

You will be given a lab practical today, which will run for the first 75 minutes of lab. Arrive ontime, as there will be no late submission and no bonus time given to late arrivals.

Task 2: Templates

Take the tree code from the first BST lecture and templatize it. When you are finished, add a menu system to let the user perform the following operations on a tree: Bonus implement (and add to the menu) the "remove" function.

Point Breakdown