Current Development Stages:
Stage 4: SuperSorter - Early January 2020
Happy New Year! Supersort-S4 includes an additional sorting algorithm, Mergesort, courtesy of coding wizard, K. Dance.
Stage 3: SuperSorter
Supersort-S3 includes a few modest upgrades, mainly in the user-interface.
Stage 2: SuperSorter
Supersort-S2 implements a couple of sorting algorithms, and outputs the elapsed sorting time underneath the graph.
Because this stage required some substantial script renovations, the driving scripts for this stage are included within this app folder, rather than in the general sorting app saga folder.
Stage 1: SuperSorter
Supersort-S1 includes an interface to 'sort' a StarField after it is designed.
We added a few additional functionalities to the StarField Design as well.
If you inspect the console in Chrome, you will note that the sorting buttons are 'wired up' but they are not functional. We just wanted to work on the interface in this stage. Hopefully, the next stage will get us sorting.
Stage 0: StarField Design
To visualize the sorting process, we will create a 'StarField': a collection of dots on a canvas that will be sorted according to their y-coordinate values.
This development stage focuses on creating the StarField.