From a81bd9aef3460ab1d72c7fd24f485687a7731eaa Mon Sep 17 00:00:00 2001 From: David Leal Date: Fri, 24 Feb 2023 00:43:05 -0600 Subject: [PATCH] chore: add The Algorithms to the DSA list --- Data Structures & Algorithms/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Data Structures & Algorithms/README.md b/Data Structures & Algorithms/README.md index 4015781..bad6897 100644 --- a/Data Structures & Algorithms/README.md +++ b/Data Structures & Algorithms/README.md @@ -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.