Skip to content

Commit 4e9cddb

Browse files
authored
Mark Quicksort as done
1 parent a92e9b6 commit 4e9cddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A collection of sorting algorithms for studying and reference.
44
- [X] 1 - Selection Sort
55
- [X] 2 - Insertion Sort
66
- [X] 3 - Merge Sort
7-
- [ ] 4 - Quicksort
7+
- [X] 4 - Quicksort
88
- [ ] 5 - Bubblesort
99
- [ ] 6 - Heapsort
1010
- [ ] 7 - Counting Sort

0 commit comments

Comments
 (0)