Skip to content

Commit

Permalink
add algorithms course (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevexero authored Jul 27, 2024
1 parent a6cdc95 commit 65e2a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AlgorithmsDataStructures.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [@Bandit-Army](https://github.com/Bandit-Army)
- [@SteveXero](https://github.com/stevexero)

0 comments on commit 65e2a41

Please sign in to comment.