Visualizing "I can't belive it can sort"

A simple visualization of the sorting algorithm presented by Stanley P. Y. Fung in paper Is this the simplest (and most surprising) sorting algorithm ever?. For more details about this code visit this blog post.

Data to sort

Comma separated list of values

Sort Process

i j condition swap? data