Comp 388-005 Week 4

Lewis Tower 415, 4:15-8:15


Readings:

    Bailey chapter 6, on Sorting
    Sorting notes
    Recursion notes



Quicksort: sorting.html#quicksort.

    bailey_partition()
    morin_partition()




space complexity: see lists.html#space, the Table of Factors example.

List expand() and time-v-space tradeoffs




Binary trees

demo programs: inttree.cs, traversers.cs
Study guide

Lab 4