for(.........)
{
for(.........)
{
swap
}
}
Is there really a better way to sort a one dimensional array then to just use a simple bubble sort? Ive heard arguments against bubble sort before, but what do you guys think?