Files
processing-projects/sorting/README.md
2019-11-28 14:54:17 -06:00

11 lines
420 B
Markdown

# sorting
## About
Sketches that visualize sorting algorithms as they progress.
## Sketches
- **cocktail_shaker_line** - Sorting of a line using the cocktail shaker algorithm (double bouble sort I believe). Needs reworking as the colors and movement of the line is not as expected (colors shift, movement doesn't properly correlate).
- **insertion_sort_line** - Sorting of a line using the insertion sort algorithm.