Skip to content

Commit b338281

Browse files
authored
Update README.md
1 parent 4fbd893 commit b338281

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Created by: **Saad Mahboob**
66

77
The following Sorting Algorithms are complete:
88

9-
* [ ] Bubble Sort
10-
* [ ] Selection Sort
11-
* [ ] Insertion Sort
12-
* [ ] Merge Sort
9+
* [x] Bubble Sort
10+
* [x] Selection Sort
11+
* [x] Insertion Sort
12+
* [x] Merge Sort
1313

1414
Features:
1515

16-
* [ ] Animation of the sorting algorithms.
17-
* [ ] Time Complexity (Big O Notation) table for each algorithm implemented.
18-
* [ ] Generate new random arrays.
16+
* [x] Animation of the sorting algorithms.
17+
* [x] Time Complexity (Big O Notation) table for each algorithm implemented.
18+
* [x] Generate new random arrays.
1919

2020
## Video Walkthrough
2121

0 commit comments

Comments
 (0)