Skip to content

Commit 65e2a41

Browse files
authored
add algorithms course (#983)
1 parent a6cdc95 commit 65e2a41

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AlgorithmsDataStructures.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
- [Algorithms, Part I]( https://in.coursera.org/learn/algorithms-part1) one of the best course on DSA from coursera available for free
6565
- [Algorithms, Part II](https://in.coursera.org/learn/algorithms-part2)
6666

67+
- [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.
68+
6769
## Tutorials
6870

6971
- [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.

CONTRIBUTORS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,5 @@ This is a list showing the GitHub usernames of all who have contributed to this
272272
- [@serhatbek](https://github.com/serhatbek)
273273
- [@ChrRepou](https://github.com/ChrRepou)
274274
- [@web-roberto](https://github.com/web-roberto)
275-
- [@Bandit-Army](https://github.com/Bandit-Army)
275+
- [@Bandit-Army](https://github.com/Bandit-Army)
276+
- [@SteveXero](https://github.com/stevexero)

0 commit comments

Comments
 (0)