File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://img.shields.io/badge/build-passing-brightgreen )] ( https://github.com/Toms343/React-Sorting-Visualizer )
4
4
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue )] ( https://github.com/Toms343/React-Sorting-Visualizer/blob/main/LICENSE )
5
5
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
+
6
10
## Table of Contents 📜
7
11
8
12
- [ Introduction] ( #introductioon- )
@@ -17,7 +21,7 @@ Welcome to the Sorting Visualizer React App! This interactive tool lets you visu
17
21
18
22
## Features 👀
19
23
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 .
21
25
22
26
- ** Sorting Algorithm** : Currently supports Insertion Sort, Selection Sort, Bubble Sort && Merge Sort.
23
27
You can’t perform that action at this time.
0 commit comments