Sorting algorithms/Quicksort: Difference between revisions

Content added Content deleted
Line 455: Line 455:
done
done
test "$pivot" != "" && ( (cat -s $lc | qsort $lc ); echo $pivot; (cat -s $gc | qsort $gc ))
test "$pivot" != "" && ( (cat -s $lc | qsort $lc ); echo $pivot; (cat -s $gc | qsort $gc ))
rm -f $lc $gc;
)
)
rm -f $lc $gc;
}
}