Show HN: Sortraits, Portraits of Sorting Algorithms
Arguably, sorting is a misnomer, as these functions deal with taking a list of items and putting them in the proper order, not separating them into different categories. Each time the algorithm moves items around in the list, I add another row to the picture showing the current state of the list. I even tried running the algorithms on an already sorted list–several algorithms insist on completely rearranging the list and then putting it back in order!
Source: wtracy.gitlab.io