Releases: danilhendrasr/sorting-visualizer
Releases · danilhendrasr/sorting-visualizer
Initial release
Overview
This release contains 4 sorting algorithms: selection, insertion, bubble, and merge sort.
With some notable details:
- Colorful sorting animation with the help of,
- Defined color palette for each of the different bar states
- Bar states: idle, swapping, correct order, wrong order, and marked