Skip to content

Releases: AshwinkumarPillai/Sorting_Visualizer

Major Refactoring

Choose a tag to compare

@AshwinkumarPillai AshwinkumarPillai released this 10 Mar 14:38

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

Choose a tag to compare

@AshwinkumarPillai AshwinkumarPillai released this 21 Jan 18:27

Added Merge Sort Visualization

Support for Mobile Devices

Choose a tag to compare

@AshwinkumarPillai AshwinkumarPillai released this 21 Jan 17:21

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

Initial release

Choose a tag to compare

@AshwinkumarPillai AshwinkumarPillai released this 21 Jan 16:30

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