Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
8127いいね 345892回再生

Learn Selection Sort in 8 minutes 🔦

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:    • bad snacks: YouTube Audio Library Vol. 3  
==========================================================

コメント