This is a project that is similar to Sound Of Sorting. You can use various list sizes, types and comb/shell sort variants. By default, the list is scrambled and contains 60 items. Also, by default, comb sort with gap list won't work well; you need a different gap sequence. Comb sort uses a bubble sort optimization. Comb sort 11 is a variant of comb sort that uses 11 instead of 10 or 9 gap size for more efficient ending. Recommended shrink factors: Comb sort: Shrink factor of about 1.3 works well. The Visual Sorter uses 1.3333333333333333 shrink factor and 2 initial factor (it starts with half list size). Shell sort: Shrink factor of about 2.2 works well. Shell sort isn't as sensitive to shrink factor as comb sort is, so 2 to 4 can be used as well. Recommended gap sequences (gap lists): tiny%url.%com/%gaps%eque%nces (without the percent signs) If you want to make your own gap sequence, make sure it ends on 1 (otherwise the sort won't be as expected) and to avoid slow sorting, make sure numbers differ by the right factor (see recommended shrink factors).
You are allowed to copy and modify this project, but you are not allowed to modify the font called "Custom Font" (although you can copy it). If want a new text using Custom Font but don't know the letters and spacing, you must ask me, then I will give you the picture with this text. Download Custom Font: tiny url.com/CustomFontDownload (remove the space between tiny and url) Original Sound Of Sorting: http://panthema.net/2013/sound-of-sorting