From 804132b43b8f25f76ee725a096d5577b45ad0b34 Mon Sep 17 00:00:00 2001 From: Muhammed Kilig Date: Sun, 25 Nov 2018 22:48:18 -0700 Subject: [PATCH] Added VisuAlgo link on Sorting to bottom of page (#21162) - [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. - [x] None of my changes are plagiarized from another source without proper attribution. - [x] My article does not contain shortened URLs or affiliate links. If your pull request closes a GitHub issue, replace the XXXXX below with the issue number. Closes #XXXXX --- .../algorithms/sorting-algorithms/insertion-sort/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md b/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md index aaa50c52bd..8c567422fb 100644 --- a/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md +++ b/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md @@ -180,3 +180,4 @@ void insertionSort(int arr[], int n) - [SortInsertion - GeeksforGeeks, YouTube](https://www.youtube.com/watch?v=wObxd4Kx8sE) - [Insertion Sort Visualization](https://www.hackerearth.com/practice/algorithms/sorting/insertion-sort/visualize/) - [Insertion Sort - MyCodeSchool](https://www.youtube.com/watch?v=i-SKeOcBwko) +- [Insertion Sort - VisuAlgo](https://visualgo.net/en/sorting)