Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 416 Bytes

Lab 5: BSTs, Time Formatting, and Queues

Start a new notebook on your virtual machine, then complete the three parts of the lab:

  1. practice with binary search trees -- good prep for P2
  2. convert dates to strings -- will also need this for P2
  3. learn about queues -- a fast data structure for modifying beginning of list

Have fun, and let us know if you have any questions!