Tagged in

Typescript

Dots and Spaces
Dots and Spaces
Designing for humans things that last.
More information
Followers
12
Elsewhere
More, on Medium

🧰 Developer’s toolbox: 🔘 Selection Sort

Wikipedia says:

Selection sort is an in-place comparison sort. It has O(n2) complexity, making it inefficient on large lists, and generally performs worse than the similar insertion sort. Selection sort is noted for its simplicity