bubble color sort

This commit is contained in:
Xevion
2019-11-08 15:01:02 -06:00
parent 2922a93965
commit ad61bf5684
3 changed files with 67 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ Sketches that visualize sorting algorithms as they progress.
- **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.
- **insertion_sort_line** - Sorting of a line using the insertion sort algorithm.
- **ColorSort** - Spherical rainbow sorted using simple Bubblesort (?) algorithm. Probably the sketch I am most proud of in the sorting category, as the sphere representation was difficult to create ande model.