- This is a sorting algorithm visualizer in which 6 sorting algorithms are visualized through Bar Graph.
- It's a frontend project in which we have tried to implement dynamic, responsive and smooth UI using react.js.
- Krish kumar
- HTML
- CSS
- React.js
- Chart.js
- JavaScript
- Visualize the sorting procedure of different sorting algorithms by referring to dynamically updating Bar Charts.
- Learn about their theoretical concepts like definition, time and space complexity their comparison graphs and other characterstics.
- Switch from Light mode to Dark mode and vice versa.
- Detailed visualization through pause, play and resetting Bar Charts.
-
- Select the size of array.
-
- Select desired Sorting Algorithm.
-
- Click on Submit button to visualize sorting.
-
- Pause Button: You can use this button to pause the sorting at any point and understand it.
-
- Reset Button: You can use this button to reset the sorted data to its default format.
-
- Start Button: You can use this button to start sorting the data to again after resetting.
Deployment Link -> https://sortify-sar.netlify.app/