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

chore: add The Algorithms to the DSA list #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions Data Structures & Algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ To join **DEVs Dungeon** GitHub Organization, click [here](https://github.com/De
- [CS50 on HarvardX](https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x) - One of the best computer science courses available online (:heavy_dollar_sign: for certification)
- [Codility](https://app.codility.com/programmers/) - Develop your coding skills with lessons to take part in challenges
- [Zen of Programming](https://zen-of-programming.com/) - A frequently updated blog great for beginners and simplified references.
- [The Algorithms](https://the-algorithms.com) - A highly useful resource with 500+ well-documented algorithms with a built-in playground.

- **Tutorials & Practice**
- [Visual Algo](https://visualgo.net/en) - Understanding DS & Algo through animations.
Expand Down