User Profile
Collapse
-
Quicksort
Sorry that this is such a trivial question...
For an assignment I had to write the quicksort program:...Code://This program sorts a set of integers using the quicksort method. #include "stdafx.h" #include "genlib.h" #include "simpio.h" #include <stdio.h> #define size 7 void getArray(int arr[size]); void quicksort(int arr[size],
No activity results to display
Show More
Leave a comment: