Selection Sort in 8 Minutes 🔦
Learn how selection sort works by searching through an array and tracking the minimum in just 8 minutes. #algorithm

Bro Code
404.8K views • May 31, 2021

About this video
data structures and algorithms selection sort algorithm
#selection #sort #algorithm
// selection sort = search through an array and keep track of the minimum value during
// each iteration. At the end of each iteration, we swap variables.
// Quadratic time O(n^2)
// small data set = okay
// large data set = BAD
music credits 🎼 :
===========================================================
Block Party - Bad Snacks
link: https://youtu.be/WyOdBcADtp8
===========================================================
#selection #sort #algorithm
// selection sort = search through an array and keep track of the minimum value during
// each iteration. At the end of each iteration, we swap variables.
// Quadratic time O(n^2)
// small data set = okay
// large data set = BAD
music credits 🎼 :
===========================================================
Block Party - Bad Snacks
link: https://youtu.be/WyOdBcADtp8
===========================================================
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
404.8K
Likes
9.3K
Duration
8:21
Published
May 31, 2021
User Reviews
4.8
(80) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.