/sortVisualizer

A react application to visualize the working of various sorting algorithms

Primary LanguageTypeScript

Sort Visualizer

A simple react application to visualize sorting algorithms. Current implementations include bubble sort, insertion sort and selection sort.

screenshot

How to setup dev

  1. Clone the repository
    git clone <url>
    
  2. Install dependencies
    npm install
    
  3. Run the server
    npm run dev
    

The project will be live on localhost port 5173

Development Tools

  • Typescript
  • Scss
  • React