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 a92e9b6 commit 4e9cddbCopy full SHA for 4e9cddb
README.md
@@ -4,7 +4,7 @@ A collection of sorting algorithms for studying and reference.
4
- [X] 1 - Selection Sort
5
- [X] 2 - Insertion Sort
6
- [X] 3 - Merge Sort
7
-- [ ] 4 - Quicksort
+- [X] 4 - Quicksort
8
- [ ] 5 - Bubblesort
9
- [ ] 6 - Heapsort
10
- [ ] 7 - Counting Sort
0 commit comments