Back to Browse

Selection Sort in Data Structure

129 views
Apr 24, 2020
4:53

The selection sort algorithm sorts an array by repeatedly finding the minimum element (considering ascending order) from unsorted part and putting it at the beginning. The algorithm maintains two subarrays in a given array. 1) The subarray which is already sorted. 2) Remaining subarray which is unsorted. In every iteration of selection sort, the minimum element (considering ascending order) from the unsorted subarray is picked and moved to the sorted subarray. #selectionsort #datastructure #engineeringkaksha

Download

1 formats

Video Formats

360pmp413.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Selection Sort in Data Structure | NatokHD