From bb90c7fefa0f5efd1d89166b10446f66432e1010 Mon Sep 17 00:00:00 2001 From: Sahil Talreja <111953275+SahilTalrejacoder@users.noreply.github.com> Date: Fri, 26 Aug 2022 12:54:57 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for Data Structure and algorithms under Resources - Sites. I came upon this article while looking for resources to learn Data Structure and algorithms in-depth. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61a01d670..f63816c57 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Clean example implementations of data structures and algorithms written in diffe * [Rosetta Code](http://rosettacode.org/wiki/Rosetta_Code) * [GeeksforGeeks](https://www.geeksforgeeks.org) * [CP-Algorithms](https://cp-algorithms.com) + * [Data Structure and algorithms - Scaler Topics](https://www.scaler.com/topics/data-structures/) * **Online classes (Free)** * Coursera * [Introduction to algorithms Part 1](https://www.coursera.org/learn/algorithms-part1)