A small web app that performs a live bubble sort of the pixels in an image by their brightness (sum of RGB).
Takes a few minutes to finish so I have added a video below to jump through.
Bubble sort is O(n^2) after all.
Application embedded below if you want to run it yourself on a custom image.