Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 484 Bytes

File metadata and controls

8 lines (5 loc) · 484 Bytes

Lab 4: Linked List and P2 Prep

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

  1. learn about linked lists -- this is good practice to prepare for the next topics in the course, trees and graphs
  2. learn about zipped data -- for P2 (released after this lab), we'll ask you to analyzed data directly in a zip file, without unzipping first; you'll practice that here

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