Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruffahmed/algovisu
This is a fun project to visualize the most common types of soring algorithm (Bubble, Insertion, Quick and Merge). At the time of learning this algorithm I have try to implement them using ReactJs (A javaScript library).
https://github.com/maruffahmed/algovisu
algorithm bubble-sort eslint insertion-sort javascript merge-sort prettier quick-sort react reactjs tailwind visualization
Last synced: about 1 month ago
JSON representation
This is a fun project to visualize the most common types of soring algorithm (Bubble, Insertion, Quick and Merge). At the time of learning this algorithm I have try to implement them using ReactJs (A javaScript library).
- Host: GitHub
- URL: https://github.com/maruffahmed/algovisu
- Owner: maruffahmed
- License: mit
- Created: 2021-02-10T09:41:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T14:24:59.000Z (about 2 years ago)
- Last Synced: 2023-08-01T14:35:29.906Z (over 1 year ago)
- Topics: algorithm, bubble-sort, eslint, insertion-sort, javascript, merge-sort, prettier, quick-sort, react, reactjs, tailwind, visualization
- Language: JavaScript
- Homepage: https://algo-visu.vercel.app/
- Size: 772 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About AlgoVisu
This is a fun project to visualize the most common types of soring algorithm (Bubble, Insertion, Quick and Merge). At the time of learning this algorithm I have try to implement them using ReactJs (A javaScript library).
## Installation
This project is create by using `create-react-app`
Follow this to run this project on your local environment:- Clone this repo
- Run `yarn` or `npm install`
- Make sure you have install `Eslint` and `Prettier` VSCODE extension for better code format (Optional)
- Run `yarn start` or `npm start`[Live Demo](https://algo-visu.vercel.app/)
# About me
I'm a student of computer science and engineering at International University of Business Agriculture and Technology. I'm a software engineer working on web technologies. I love JavaScript, C++. Big time fan of React, Node and express.