of SelectionSort ("-selectionSort"), QuickSort ("-quickSort"), Heapsort ("-heapSort"). If While both heap sort and quick sort ran in roughly 5 seconds, 8 seconds, 11 seconds, and 17 seconds for the inputs, Selection sort took 7, 12, 17, and 31 seconds for each input. As you can see quick sort and heap sort aren't growning very quickly, while selection sort is growing quick.ps - QuickSort graph. selection.ps - SelectionSort graph. heap.ps - HeapSort graph.