Don't listen to him about bubble sort. Bubble sort blows.
You can try bozo sort if you'd like. Bozo sort randomly switches around every element of the array, then checks if they're sorted. If they're not sorted, it switches them randomly again. Repeat until sorted.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Google "Merge sort" or "Quick Sort".
Don't listen to him about bubble sort. Bubble sort blows.
You can try bozo sort if you'd like. Bozo sort randomly switches around every element of the array, then checks if they're sorted. If they're not sorted, it switches them randomly again. Repeat until sorted.