Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/sorting-algo-visualizer
- Owner: Aksh-Bansal-dev
- License: mit
- Created: 2021-05-27T17:21:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T14:57:49.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:02.673Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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