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
- Host: GitHub
- URL: https://github.com/yogeshselvarajan/algo-visualizer
- Owner: yogeshselvarajan
- Created: 2022-06-07T15:35:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T15:37:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T16:39:40.857Z (5 months ago)
- Topics: algorithms, analysis, binary-search, bubble-sort, css3, daa, html5, js, linear-search, of, selection-sort
- Language: HTML
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
