diff --git a/client/src/pages/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md b/client/src/pages/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md index a5d8364761..bc6317e1b4 100644 --- a/client/src/pages/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md +++ b/client/src/pages/guide/english/algorithms/sorting-algorithms/insertion-sort/index.md @@ -179,3 +179,4 @@ void insertionSort(int arr[], int n) - [CS50 - YouTube](https://youtu.be/TwGb6ohsvUU) - [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)