I know it's the slowest, but it's also the simplest and my array size is 10, so it wouldn't be unnoticeable.
I'm not going to try to implement quick sort for a 10 value array LOL.
As how I would implement it, I was going to use a temporary array, but it will be a mess and I want to avoid it ;__;