A simple HTML page that tries to “Quick Sort” a list of data that you give it. Splits the Initial list, you decide which data points are more important compared to a midpoint, repeat previous step until the list is small enough, and then, you rank each one before it spits the final list out. Tested on data sets of at-least 10, the JavaScript is really bad.

View Online