From a9d33950dc211c7fe448eb494b6c6ebb3241625f Mon Sep 17 00:00:00 2001 From: Alucard <85690382+Alucard2169@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:16:52 +0530 Subject: [PATCH] Added 2 resources in DSA section (#71) --- dsa/index.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/dsa/index.json b/dsa/index.json index f6c95b6..487e060 100644 --- a/dsa/index.json +++ b/dsa/index.json @@ -176,6 +176,22 @@ "url": "https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf", "type": "book", "level": "intermediate" + }, + { + "title": "450 DSA Cracker", + "url": "https://450dsa.com/", + "type": "website", + "level": "everyone", + "reviews": [ + "450 DSA is a open-source project on github made to keep track of your DSA problems.", + "The question set gives you a general idea of the types of problems that can be asked in an interview." + ] + }, + { + "title": "Hello Algo", + "url": "https://www.hello-algo.com/", + "type": "website", + "level": "everyone" } ] -} \ No newline at end of file +}