15-Dec-2018 17:28:34 COMPLEXITY_TEST: MATLAB version. Demonstrate the complexity of various tasks. BUBBLESORT_COMPLEXITY How does the time requirement increase with vector length for the bubblesort algorithm? Plot saved as "bubblesort_1to200.png". Plot saved as "bubblesort_powersoftwo.png". BUBBLESORT_COMPLEXITY Normal end of execution. ELIMINATION_COMPLEXITY: Measure the increase in execution time for Gauss elimination as a function of the number of equations N. Plot saved as "elimination_1to200.png". ELIMINATION_COMPLEXITY Normal end of execution. HEAPSORT_COMPLEXITY How does the time for heapsort increase with vector length N? Plot saved as "heapsort_1to200.png". Plot saved as "heapsort_powersoftwo.png". HEAPSORT_COMPLEXITY: Normal end of execution. COMPLEXITY_TEST: Normal end of execution. 15-Dec-2018 17:36:11