diff --git a/AlgorithmsDataStructures.md b/AlgorithmsDataStructures.md index 3205f6f..376de63 100644 --- a/AlgorithmsDataStructures.md +++ b/AlgorithmsDataStructures.md @@ -64,6 +64,8 @@ - [Algorithms, Part I]( https://in.coursera.org/learn/algorithms-part1) one of the best course on DSA from coursera available for free - [Algorithms, Part II](https://in.coursera.org/learn/algorithms-part2) +- [The Last Algorithms Course You'll Need by The Primeagen](https://frontendmasters.com/courses/algorithms/) Free but you will need to sign up to Frontend Masters. Super fun, beginner-friendly data structures and algorithms course. Is it really the last algorithms course you'll need? If you want to pass tough interview questions, then yes! You'll learn big o time complexity, fundamental data structures like arrays, lists, trees, graphs, and maps, and searching and sorting algorithms. + ## Tutorials - [Learn DS & Algorithms](https://www.programiz.com/dsa) Learn different types of data structures and algorithms and their implementations in Python, C, C++, and Java. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index dedb0a7..7ddce9a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -272,4 +272,5 @@ This is a list showing the GitHub usernames of all who have contributed to this - [@serhatbek](https://github.com/serhatbek) - [@ChrRepou](https://github.com/ChrRepou) - [@web-roberto](https://github.com/web-roberto) -- [@Bandit-Army](https://github.com/Bandit-Army) \ No newline at end of file +- [@Bandit-Army](https://github.com/Bandit-Army) +- [@SteveXero](https://github.com/stevexero)