The highest value slider only really affects the radix sort. The waittorendertime variable changes how fast the screen renders; for more in-depth viewing, set waittorendertime to 0 and the datasize to be a low number. All of the sorting algorithms in their raw form can be found in the second sprite. Press Space to sort.
Sort = 1 Bubble Sort = 2 Insert Sort = 3 Radix (New!) Sort = 4 Comb (Buggy)