--------------------------------------------------------------- Ima Goetting Closeau CPSC 427/527 Mon Apr 18 2016 19:11:48 --------------------------------------------------------------- Sorting Tests on a List of 10000000 random 31-bit numbers Test 1: Sorting array using std::sort() Set up time: 0.018775 seconds Sort time: 1.071972 seconds Result: [37...2147483025] Cleanup time: 0.002025 seconds Test 2: Sorting array using Alice's quicksort Set up time: 0.018646 seconds Sort time: 0.946400 seconds Result: [37...2147483025] Cleanup time: 0.002026 seconds Test 3: Sorting a Vector using std::sort() Set up time: 0.027079 seconds Sort time: 1.048183 seconds Result: [37...2147483025] Cleanup time: 0.002046 seconds --------------------------------------------------------------- Normal termination.