problem with arrays and selection sort

sss
Last edited on
For something like this, I believe a quick sort would be more efficient. You can implement a recursive one pretty easily. As for your code, what's the problem? Saying "MY CODE DOESN'T WORK!!!!111one" doesn't help us, tell us what the problems are.

Also, why are you using doubles where integers will suffice? Save memory :)
Topic archived. No new replies allowed.