Programming Algorithms For Beginners - Selection Sort

Published: 12 July 2017
on channel: Dev Material
1,004
15

Programming Algorithms For Beginners - Selection Sort
The Selection Sort algorithm is a very simple sorting algorithm. The algorithm is used to sort a sequence of numbers and it works by using a linear search to locate the smallest value out of the bunch. When the smallest value is detected, that value is then switched with the leftmost number and is considered sorted. The same process is repeated until all of the numbers are fully sorted.

***

Follow me on Twitter!   / devmaterial  
Take a look at my Github! https://github.com/DevMaterial

***

Watch my CodeFights playlist where I solve and explain Javascript algorithms.

   • CodeFights Algorithms  

Take a look at my freeCodeCamp playlist where I walk through FCC algorithms and explain the process bit by bit.

   • FreeCodeCamp Basic Algorithms  


Watch video Programming Algorithms For Beginners - Selection Sort online, duration hours minute second in high quality that is uploaded to the channel Dev Material 12 July 2017. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,004 times and liked it 15 visitors.