Week 13

This week, we talked about searching and sorting in vectors. We covered selection and insertion sort and talked about the time complexities of them. We covered these from vectors2.ppt.

Powerpoint files

vectors2

C++ codes discussed in class (some of them might have been modified in class to show extra features)

shuffle_cpp

vectorproc_cpp

timesorts_cpp

sortall.h

sortall_cpp

fixlist_cpp

matdemo_cpp

ctimer.h

ctimer_cpp

comparer.h

Recitation Material

Recitation13_Stu Recitation13_TA