-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
28 lines (17 loc) · 1.01 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## Sorting algorithm visualizer
This is a web application built using HTML, CSS, Javascript to visualize classic sorting algorithms such as bubble, insertion, selection, merge, quick
**Live-** [sorting visualizer](https://sortittovisualise.netlify.app/)
**Code-** [sort visualizer code](https://github.com/utsavhingar22/Sort-Visualizer.git)
## Purpose
Me and myfriend made this sorting visualizer web application to improve my skills more in
HTML, CSS, and JS. And to help the beginners in programming to gain more knowledge and understanding on sorting algorigthms by visualizing them.
## What the Sorting algorithms inside this application
This application supports the following sorting algorithms:
1. **Bubble Sort**.
2. **Insertion Sort**.
3. **Selection Sort**.
4. **Merge Sort**.
5. **Quick Sort**.
##App Design
The design of the app was largely inspired by Google's Material Design Guidelines.
The app is responsive, meaning it works across a variety of screen sizes and dimensions.