https://github.com/tanwanimohit/visualize-algorithms
:fire: Visualize Algorithms
https://github.com/tanwanimohit/visualize-algorithms
bubble-sort sort visualize-algorithms
Last synced: 3 months ago
JSON representation
:fire: Visualize Algorithms
- Host: GitHub
- URL: https://github.com/tanwanimohit/visualize-algorithms
- Owner: tanwanimohit
- Created: 2019-09-19T15:17:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T18:27:40.000Z (over 5 years ago)
- Last Synced: 2025-02-04T13:27:41.515Z (5 months ago)
- Topics: bubble-sort, sort, visualize-algorithms
- Language: HTML
- Homepage: https://tanwanimohit.github.io/visualize-algorithms/
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Visualize Algorithms
## About
A tool which provides data visualization to algorithms. Current features:
* Selection Sort
* Insertion Sort
* Bubble Sort
* Optimized Bubble Sort
* Merge Sort## Clone Directions
``` git clone https://github.com/tanwanimohit/visualize-algorithms.git ```## How to contribute
1. Fork the repo
2. Clone the project to your computer
3. Commit changes to your branch
4. Push your work back up to your fork
5. Submit a Pull request