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

https://github.com/yogeshselvarajan/algo-visualizer

The visualiser for the Searching and Sorting Algorithm of Bubble , Selection , Linear and Binary using the plain JS , Vanilla HTML & CSS
https://github.com/yogeshselvarajan/algo-visualizer

algorithms analysis binary-search bubble-sort css3 daa html5 js linear-search of selection-sort

Last synced: 3 months ago
JSON representation

The visualiser for the Searching and Sorting Algorithm of Bubble , Selection , Linear and Binary using the plain JS , Vanilla HTML & CSS

Awesome Lists containing this project

README

        

# Algo-Visualizer

### An Visualizer for Linear Search, Binary Search, Bubble Sort, Selection Sort

### Steps to Use:
* Use this Visualiser to enhance your understanding on the basics of the Search and Sorting Algorithm.
* Enter the Dataset Size (>=5) and then click on "Generate Array"
* Then choose whether to sort or to search.
* If search , then enter the element to be searched and click the corresponding Searching Technique. If found, it prompts the index at which it is found at.

### Language Used:
Made with Vanilla HTML , CSS and JavaScript

## Try it now instantly ! :
Visit this [Github Link](https://yogeshcenation.github.io/Algo-Visualizer/) to see the project in action!

### Contributors:
* [__Yogesh S__](https://github.com/yogeshcenation)

### Screenshot:

![Screenshot](images/screenshot.jpeg)