Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 866 Bytes

File metadata and controls

48 lines (25 loc) · 866 Bytes

Sorting Visualizer

Sorting Visualizer is an interactive web application built with Next.js that visually demonstrates how various sorting algorithms work. It aims to help users, particularly students and educators, to better understand and learn the intricacies of different sorting algorithms through dynamic visual representations.

🔗 live Project Links

Click here

Screenshots

image

License

MIT

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start