We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbd893 commit b338281Copy full SHA for b338281
README.md
@@ -6,16 +6,16 @@ Created by: **Saad Mahboob**
6
7
The following Sorting Algorithms are complete:
8
9
-* [ ] Bubble Sort
10
-* [ ] Selection Sort
11
-* [ ] Insertion Sort
12
-* [ ] Merge Sort
+* [x] Bubble Sort
+* [x] Selection Sort
+* [x] Insertion Sort
+* [x] Merge Sort
13
14
Features:
15
16
-* [ ] Animation of the sorting algorithms.
17
-* [ ] Time Complexity (Big O Notation) table for each algorithm implemented.
18
-* [ ] Generate new random arrays.
+* [x] Animation of the sorting algorithms.
+* [x] Time Complexity (Big O Notation) table for each algorithm implemented.
+* [x] Generate new random arrays.
19
20
## Video Walkthrough
21
0 commit comments