Skip to content

Commit 1443aaa

Browse files
authored
Update README.md
1 parent 054f4a7 commit 1443aaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ _Sorting algorithms implemented in different languages (for hacktoberfest 😃).
1717
- [Quick Sort](C++/QuickSort.cpp)
1818
- [Selection Sort](C++/SelctionSort.cpp)
1919
- [Shell Sort](C++/ShellSort.cpp)
20-
21-
-[Cycle Sort](C++/cycleSort.cpp)
22-
20+
- [Cycle Sort](C++/cycleSort.cpp)
2321
### C
2422
- [Bubble Sort](C/BubbleSort.c)
2523
- [Insertion Sort](C/InsertionSort.c)

0 commit comments

Comments
 (0)