News

The #sorting-algorithms series is a collection of posts about reimplemented sorting algorithms in JavaScript. If you are not familiar with sorting algorithms, a quick introduction and the full list of ...
From Wikipedia: Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps ...
The site provides visualizations of all kinds of sorting algorithms—the ones that organize elements of a sequence into a certain order. It sounds like a trivial problem because it’s so easy to ...
In fact, “15 Sorting Algorithms in 6 Minutes” — created by Timo Bingmann, a PhD student at the Karlsruhe Institute of Technology — is one of the most weirdly hypnotic viewing experiences ...