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

https://github.com/samridhisainii/sorting_vizualizer

I made a sorting visualizer using Vue.js that allows users to see how different sorting algorithms work.
https://github.com/samridhisainii/sorting_vizualizer

sorting-visualization vuejs

Last synced: about 1 month ago
JSON representation

I made a sorting visualizer using Vue.js that allows users to see how different sorting algorithms work.

Awesome Lists containing this project

README

          

# Sorting Algorithm Visualizer

> A sorting algorithm visualizer written in Vue.

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```