In this video, we will be exploring the selection sort algorithm with an in depth description and simulation .
The selection sort algorithm sorts an array by repeatedly find the minimum element in the unsorted portion and adding to the sorted portion of the array.
#selectionsort #sorting #software
Chapters:
0:00 Intro
0:10 Description
0:58 Simulation
1:56 Speed it up
Note: The code in the simulation is in the C language.
You will find both C and Python version on the Acme Software Works website.
Website - http://AcmeSoftwareWorks.com/sorting