From 2f5a7ffdee050a222736fb0075b3602eef9c78b4 Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Date: Sun, 1 Nov 2020 02:33:48 +0530 Subject: [PATCH] Added sorting algorithm course by mycodeschool (#4969) * Added sorting algorithm course by mycodeschool * accepted suggestions Co-authored-by: Seth Co-authored-by: Seth --- free-courses-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-courses-en.md b/free-courses-en.md index 8338e900..9239fb03 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -78,6 +78,7 @@ * [MIT's Introduction to Algorithms (SMA 5503) (Fall 2005)](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005) - Charles Leiserson, Erik Demaine * [Princeton University Algorithms, Part 1](https://www.coursera.org/learn/algorithms-part1) * [Princeton University Algorithms, Part 2](https://www.coursera.org/learn/algorithms-part2) +* [Sorting Algorithms](https://www.youtube.com/playlist?list=PL2_aWCzGMAwKedT2KfDMB9YA5DgASZb3U) - mycodeschool * [Stanford University Algorithms: Design and Analysis, Part 1](http://online.stanford.edu/course/algorithms-design-and-analysis-part-1) * [Stanford University Algorithms: Design and Analysis, Part 2](http://online.stanford.edu/course/algorithms-design-and-analysis-part-2) * [This is CS50x](https://cs50.harvard.edu/x/2020/) - David J. Malan (Harvard OpenCourseWare)