This repository contains a sorting visualizer, which is a tool that allows you to visualize various sorting algorithms in action. By running this application, you can gain a better understanding of how different sorting algorithms work and observe their efficiency in real-time
- Demo
- Installation
- Usage
https://sortvisualizer-sb.netlify.app/
- Clone the repo
- Make sure yarn is installed
yarn installto install all the dependenciesyarn devto run the project locally
- Bubble Sort
- Insertion Sort
- Quick Sort
- Merge Sort