Releases: AshwinkumarPillai/Sorting_Visualizer
Releases · AshwinkumarPillai/Sorting_Visualizer
Major Refactoring
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
Added Merge Sort Visualization
Support for Mobile Devices
Added support for mobile devices
Added ability to see number on individual array element
Initial release
There are 3 sorting algorithms visualized as part of this release:
Bubble sort, Selection sort and insertion sort