You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We look at the first item in the array. This is 5. Next we search the whole Array for the smallest number (1). Once we find that, we swap the numbers.
6
+
* Now with the smallest number in the first position. We look at the next number (3), find the next smallest number (2) and swap them.
7
+
* We continue this until all the numbers are sorted!
0 commit comments