Resolved
Last edited on
Do you have to use a sort algorithm you wrote yourself? std::sort will sort things for you and it's part of C++.
Last edited on
Nope we have to use a simple nested for-loop with compare and swap. No C qsort or STL sort functions.