mirror of
https://github.com/Xevion/processing-projects.git
synced 2025-12-06 21:16:04 -06:00
cocktail shaker sort sketch
This commit is contained in:
@@ -6,4 +6,6 @@ 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).
|
||||
- **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.
|
||||
Reference in New Issue
Block a user