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.
- Host: GitHub
- URL: https://github.com/samridhisainii/sorting_vizualizer
- Owner: SAMRIDHISAINII
- Created: 2022-07-22T13:29:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T05:14:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-28T09:49:10.440Z (about 1 year ago)
- Topics: sorting-visualization, vuejs
- Language: Vue
- Homepage:
- Size: 89.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```