Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aksh-bansal-dev/sorting-algo-visualizer

A Sorting algorithm visualizer to help other learn and understand how the algorithm works.
https://github.com/aksh-bansal-dev/sorting-algo-visualizer

Last synced: 25 days ago
JSON representation

A Sorting algorithm visualizer to help other learn and understand how the algorithm works.

Awesome Lists containing this project

README

        

# Sorting Algorithms Visualizer

A Sorting algorithm visualizer to help other learn and understand how the algorithm works.

## How to start

First, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Algorithms

- Selection sort
- Merge sort
- More coming soon