Skip to content

Releases: AshwinkumarPillai/Sorting_Visualizer

Major Refactoring

10 Mar 14:38

Choose a tag to compare

Refactored whole code and moved sorting logic to individual files.
Created component folder and added the each sorting algorithm to their respective files using functional components.
Changed the website logo
Added logic to handle the mobile view

Merge Sort Visualization Added

21 Jan 18:27

Choose a tag to compare

Added Merge Sort Visualization

Support for Mobile Devices

21 Jan 17:21

Choose a tag to compare

Added support for mobile devices
Added ability to see number on individual array element

Initial release

21 Jan 16:30

Choose a tag to compare

There are 3 sorting algorithms visualized as part of this release:
Bubble sort, Selection sort and insertion sort