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- find the minimum element in unsorted array and swap it with the element at beginning then resultant array will be sorted and rest the unsorted
//sorting is ordering of elements in ascending/descending order in the array