diff --git a/docs/en/Sorting/Cycle-Sort.md b/docs/en/Sorting/Cycle-Sort.md index e589c2ae..6dcb6106 100644 --- a/docs/en/Sorting/Cycle-Sort.md +++ b/docs/en/Sorting/Cycle-Sort.md @@ -82,10 +82,11 @@ Repeat above steps for cycle_start = 1, 2, ..n-2 - [Java](../../../algorithms/Java/sorting/cyclic-sort.java) - [Python](../../../algorithms/Python/sorting/count-sort.py) + ## Video URL [Youtube Video about Cycle Sort](https://youtu.be/gZNOM_yMdSQ) ## Other - -[Wikipedia](https://en.wikipedia.org/wiki/Cycle_sort) \ No newline at end of file +[GeeksForGeeks](https://www.google.com/amp/s/www.geeksforgeeks.org/cycle-sort/amp/) +[Wikipedia](https://en.wikipedia.org/wiki/Cycle_sort)