1 2 3 4 5 6 7 8 9 10
//Eg-8.7 //pg-378 clear clc exec quicksort.sci x = [ 42 48 36 51 38 41 45 35 40 44 ] xsorted = quicksort(x) disp(xsorted)