Getting Started
- The lab writeup is here: http://web.eecs.utk.edu/~jplank/plank/classes/cs140/Labs/LabA/
- The timing on this lab is unusual. You are expected to start working on this from Saturday, April 11, 2020, giving you a week to do the lab. It's due Saturday, April 18, 2020 at 6 AM.
- This lab isn't so bad if you are already familiar with BST [Binary Search Trees]. If you aren't familiar, read the lecture notes. They will be useful.
Side files
Usually, for lab "lectures", I prepare a digital copy of my notes to write on the whiteboard. This is public.- 2020-04-15 - Binary Search Trees.pdf - Everything you need. Suggested function order for function implementation, advice and step-by-step for many functions, detailed diagrams/examples, recursion breakdown, and hints.