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
//selection sort is a sorting algorithm that sorts an array by repeatedly finding the minimum element for each index from unsorted part and putting it at that place