Skip to content

Commit 1e3b8f7

Browse files
authored
Update README.md
1 parent 3332510 commit 1e3b8f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# This is Visualizer for normal sorting algorithms built using HTML, CSS, JS and Bootstrap
1+
# This is Visualizer for sorting algorithms built using HTML, CSS, JS and Bootstrap
2+
We can click on new array button to generate a random array and select the desired size of the array and the speed of sorting from the sliders on the top right.
3+
Then by clicking on the desired sorting algorithm, the sorting process starts.
24

3-
### This is Visualizer for normal sorting algorithms built using HTML, CSS, JS and Bootstrap
45
### The following sorts are visualized:
56
- Bubble Sort
67
- Selection Sort
@@ -12,4 +13,4 @@
1213
## Screenshots
1314
<img src="image_1.png"> <br/>
1415
<img src="image_2.png"> <br/>
15-
<img src="image_3.png"> <br/>
16+
<img src="image_3.png"> <br/>

0 commit comments

Comments
 (0)