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
//1. start by picking the second element in the array
//2. Now compare the second element with the one before it and swap if necessary.
//3. Continue to the next element and if it is in the incorrect order, iterate through the sorted portion. (i.e. the left side) to place the element in the correct place.