Use Quicksort algorithm to sort the following sequences:
a.10, 80, 3, 19, 14, 7, 5, 12
b.Choose your sequence with 100different(random)integer
numbers
c.Choose your sequence with 1000different(random)integer
numbers
Please include your pseudocode, input sequence, and
output in the report. Also, you need to analyze the
computational time for different partition methods(e.g.,
best/worst/average cases)for sequences b and c.
Will rate!
design analysis and algorithms