Description: Quick sort algorithm on the F2013. It chooses the splitting value and rearranges the array so that all elements to the left of split value are less than or equal to it and all elements greater that the split value are to the right of it.
To Search:
File list (Check if you may need any files):
main.c