This is a project that is similar to Sound Of Sorting. You can use various list sizes, types and parallel algorithms. By default, the list is scrambled and contains 120 items. Brick sort is like comb sort, except that it makes brick passes (http://www.cs.princeton.edu/~rs/shell/paperF.pdf, between pages 7 and 8) instead of bubble passes and uses a shrink factor of 1.2. On large sizes, it can take too many operations (as the parallel mechanism is not real) so it can make drawing not non-refresh. Note that the marks and sound will only show/play the last items accessed in a parallel operation; although the draw script and the sound mechanism can draw/play many marked items, the mark variables can't be set at many values at once.
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