From 6e24f62c075ea1c2a2c310298ab853079012a6b0 Mon Sep 17 00:00:00 2001 From: dhruv-porwal <73400504+dhruv-porwal@users.noreply.github.com> Date: Thu, 6 Oct 2022 14:53:13 +0530 Subject: [PATCH] Added GFG link for indepth knowledge accessibility. --- docs/en/Sorting/Cycle-Sort.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)