Skip to content

Commit d6a9c47

Browse files
authored
remove redundant links
1 parent 6d82f87 commit d6a9c47

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Diff for: en/Sorting Algorithms/Cycle Sort.md

-13
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,6 @@ a - current element
6060
5. New cycle should be started for next element.
6161
```
6262

63-
#### Code Implementation Links
64-
65-
- [C](https://github.com/TheAlgorithms/C/blob/master/sorting/cycle_sort.c)
66-
- [C#](https://github.com/TheAlgorithms/C-Sharp/blob/master/Algorithms/Sorters/Comparison/CycleSorter.cs)
67-
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/sorting/cycle_sort.cpp)
68-
- [F#](https://github.com/TheAlgorithms/F-Sharp/blob/main/Algorithms/Sort/Cycle_Sort.fs)
69-
- [Go](https://github.com/TheAlgorithms/Go/blob/master/sort/cyclesort.go)
70-
- [Java](https://github.com/TheAlgorithms/Java/blob/master/src/main/java/com/thealgorithms/sorts/CycleSort.java)
71-
- [Javascript](https://github.com/TheAlgorithms/JavaScript/blob/master/Sorts/CycleSort.js)
72-
- [Python](https://github.com/TheAlgorithms/Python/blob/master/sorts/cycle_sort.py)
73-
- [Rust](https://github.com/TheAlgorithms/Rust/blob/master/src/sorting/cycle_sort.rs)
74-
- [TypeScript](https://github.com/TheAlgorithms/TypeScript/blob/master/sorts/cycle_sort.ts)
75-
7663
#### Video Explanation
7764

7865
[A video explaining the Cycle Sort Algorithm](https://www.youtube.com/watch?v=gZNOM_yMdSQ)

0 commit comments

Comments
 (0)