I was just wondering what would be the best sort algorithm for sorting both a small array and a large one. Or if you can point me to a few efficient ones that can still do both that would be nice.
small <=30
Also is there a cap that java arrays allow. Say an array of 800000?
Thanks in advanced.