Skip to content

Commit 4f403d6

Browse files
committed
Update README.md
1 parent 96b1cc6 commit 4f403d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/Toms343/React-Sorting-Visualizer)
44
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/Toms343/React-Sorting-Visualizer/blob/main/LICENSE)
55

6+
![SortingApp](https://github.com/Toms343/React-Sorting-Visualizer/blob/main/Images/App.png)
7+
![SelectionSort](https://github.com/Toms343/React-Sorting-Visualizer/blob/main/Images/SelectionSort.png)
8+
![MergeSort](https://github.com/Toms343/React-Sorting-Visualizer/blob/main/Images/MergeSort.png)
9+
610
## Table of Contents 📜
711

812
- [Introduction](#introductioon-)
@@ -17,7 +21,7 @@ Welcome to the Sorting Visualizer React App! This interactive tool lets you visu
1721

1822
## Features 👀
1923

20-
- **Custom Array Size**: Easily adjust the number of elements using a slider to experiment with different array sizes.
24+
- **Custom Array Size**: Easily adjust the number of elements using a slider to experiment with different array sizes && Speed of algorithm.
2125

2226
- **Sorting Algorithm**: Currently supports Insertion Sort, Selection Sort, Bubble Sort && Merge Sort.
2327

0 commit comments

Comments
 (0)