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
In-place comparision sort which finds the minimum value, swaps it with the value in the first position, repeats for every other item in list.Considered as an application of brute force