I have been using the following code to bubble sort a 2 column 2D array. And it works.
I now want to alter the code to:
- accept any number of columns in the input array (not limited to 2 columns)
- allow bubble sorting of two columns (where the column no.s are set when calling the function)
How do I do this?
Please Login or Register to view this content.
Bookmarks