Lab 13

For this lab you will be comparing Quadratic Sorting Algorithms via microseconds with two data sets of 5000 elements: shuffled, reversed order. In this lab you will be given source code which you will download and compile with C++11 support standards with sleipnir's gcc version 4.9.2.
g++ -g -std=c++11 ./lab13.cpp g++ -g ./lab13.cpp

Lab13 Worksheet

Lab13 Dir