Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 515 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 515 Bytes

Lab 3: CS 220/301 Review and Complexity

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

  1. review files and JSON -- this should help a lot with P1 if you're rusty with those concepts
  2. visualize orders of growth -- get an intuition for what N and C mean
  3. learn merge sort -- this is an important algorithm for sorting lists that has complexity between O(N) and O(N**2)

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