Learn Selection Sort in 8 minutes ๐Ÿ”ฆ

Author: Bro Code
Published At: 2021-05-31T00:00:00
Length: 08:21

Summary

Description

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

===========================================================

Translated At: 2025-06-11T19:10:59Z

Request translate (One translation is about 5 minutes)

Version 3 (stable)

Optimized for a single speaker. Suitable for knowledge sharing or teaching videos.

Recommended Videos