Winter 2019

PIC 10B: Intermediate Programming

Discussion Section 3A

Wonjun Lee



Week6

Tuesday

About Sort

Selection Sort

selection_sort.cpp


Merge Sort

merge_sort.cpp


Checking execution time

sort_time.cpp


Note When you run the above files, you will need util.h.