https://github.com/mishalgupta/algorithmeasy
Algorithm easy is a visualizer of different sorting & searching algorithms made with React.
https://github.com/mishalgupta/algorithmeasy
css3 data-structures reactjs searching-algorithms sorting-algorithms
Last synced: 6 months ago
JSON representation
Algorithm easy is a visualizer of different sorting & searching algorithms made with React.
- Host: GitHub
- URL: https://github.com/mishalgupta/algorithmeasy
- Owner: Mishalgupta
- Created: 2021-07-12T11:50:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T15:53:12.000Z (over 4 years ago)
- Last Synced: 2025-01-04T15:42:08.839Z (about 1 year ago)
- Topics: css3, data-structures, reactjs, searching-algorithms, sorting-algorithms
- Language: JavaScript
- Homepage: https://mishalgupta.github.io/algorithmeasy
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Easy
A better visualization of different algorithms made with React.
Link to site: https://mishalgupta.github.io/algorithmeasy
So far there are 3 segemets:
- Prime Numbers
- Sorting Algorithms
- Binary Search Game
I have implemented a total of 8 algorithms so far. And will try to add more later.
ALgorithms implemented yet so far are:
- Bubble sort
- Selection sort
- Insertion sort
- Heap sort
- Merge sort
- Quick sort
- Binary Search
## Demo Pictures:
Home Page:

About Page:

Binary Search visualization:

Sorting visualization:

## Author:
- [@mishalgupta](https://www.github.com/Mishalgupta)
## Features:
- User can search which one to visualise among the following alogorithm.
- Mobile responsive
## Installation:
Install my-project with npm
```bash
npm Install
npm test
npm run build
npm run eject
```