sort algorithms comparison
This script allows for the visual demonstration and testing of the performance and correct implementation of various sorting algorithms. The algorithms vary from their traditional versions because the functions are recursive. Although recursion makes the implementation more complicated, it allows for an observable running time, and the simultaneous execution of several sorts.