Lesson 09

(Please ignore this - these are notes for myself for the next iteration of this course)

Feedback / Improvements on exericses:
(Please ignore this - these are notes for myself for the next iteration of this course)
PCEs:
  1. BST: FindAndRemoveNextSmaller (in C#) (Hand-In)
    BUG: Tests appear to pass even when next smaller node isn't actually removed 
  2. BST: Remove (coded in C#) (Hand-In)
    Feedback: Both people that failed this test failed all the tests starting with 100_

Redo voting:

  1. QuickSort Algorithm
    x8 - grading-related chatter @ start x4; 34 minutes is too long x3
  2. QuickSort Time / Space
    x2 - distractions x2; ends suddenly
  3. QuickSort Worst Case