From 18ec115faa610fc5277da6937fcc053488134ac1 Mon Sep 17 00:00:00 2001 From: ankush-w17 <142745393+ankush-w17@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:36:48 +0530 Subject: [PATCH] chore: added striver's 79 dsa cheatsheet (#2146) --- database/resources/dsa.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/resources/dsa.json b/database/resources/dsa.json index 9881cca34..986591caf 100644 --- a/database/resources/dsa.json +++ b/database/resources/dsa.json @@ -5,5 +5,12 @@ "url": "https://cheatography.com/burcuco/cheat-sheets/data-structures-and-algorithms/", "category": "resources", "subcategory": "dsa" + }, + { + "name": "Strivers 79 Last Moment DSA Sheet", + "description": "The Striver’s 79 Sheet contains very handily crafted and picked top coding interview questions from different topics of Data Structures & Algorithms.", + "url": "https://takeuforward.org/interview-sheets/strivers-79-last-moment-dsa-sheet-ace-interviews/", + "category": "resources", + "subcategory": "dsa" } ] \ No newline at end of file