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 054f4a7 commit 1443aaaCopy full SHA for 1443aaa
README.md
@@ -17,9 +17,7 @@ _Sorting algorithms implemented in different languages (for hacktoberfest 😃).
17
- [Quick Sort](C++/QuickSort.cpp)
18
- [Selection Sort](C++/SelctionSort.cpp)
19
- [Shell Sort](C++/ShellSort.cpp)
20
-
21
--[Cycle Sort](C++/cycleSort.cpp)
22
+- [Cycle Sort](C++/cycleSort.cpp)
23
### C
24
- [Bubble Sort](C/BubbleSort.c)
25
- [Insertion Sort](C/InsertionSort.c)
0 commit comments