Week13

This week, we continued talking about vectors and we covered structs, vectors and searching in vectors. We covered these from vectors11.ppt. Then we continued with sorting algorithms, which are in vectors2.ppt.

We will continue with built-in arrays and matrices next week.

Powerpoint files

vectors11.ppt

vectors2.ppt

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

letters_cpp

letters2_cpp

shuffle_cpp

tvectordemo_cpp

vectorproc_cpp

timesorts_cpp

fixlist_cpp

matdemo_cpp

Tapestry source codes to use tvector and tmatrix classes

tvector.h

tvector_cpp

tmatrix.h

tmatrix_cpp

comparer.h

ctimer.h

ctimer_cpp

sortall.h

sortall_cpp