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

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.

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:

![App Screenshot](https://www.linkpicture.com/q/Home_3.png)

About Page:

![App Screenshot](https://www.linkpicture.com/q/About_1.png)

Binary Search visualization:

![App Screenshot](https://www.linkpicture.com/q/BS.png)

Sorting visualization:

![App Screenshot](https://www.linkpicture.com/q/sort.png)

## 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
```