Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add algorithms course #983

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)