Bogo sort, also known as stupid sort, is a simple, but highly inefficient sorting algorithm, which simply shuffles the elements until they are sorted.
- v1.0: Initial version
- v1.1: Change layout of step 4 to make it consistent with other instructions
- v1.2: Update the IDEA logo
Initially published 2018-03-08.