Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@danilhendrasr danilhendrasr released this 21 May 18:31
· 2 commits to main since this 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