Sorting Algorithms Visualizer is a web app created to visualize the operations of various sorting algorithms.
Test the web app out here!
Motivation for this project was to create a vizualization tool to aid in the understanding of the operations of different sorting algorithms whilst learning React.js.
This application was bootstrapped with Create React App and built using React Hooks.
- Bubble Sort
- Selection Sort
- Merge Sort
- Insertion Sort
- More algorithms