Sorting Algorithm: Selection
Selection sort algorithm makes sure that it selects the smallest (or largest, depending on the implementation) element from the unsorted portion of the array and moves it to its correct position from ...