From 58850ce71ccae871262f742b81b5195dba4332e5 Mon Sep 17 00:00:00 2001 From: Pragati Deshmukh Date: Sat, 29 Jul 2023 23:10:13 +0530 Subject: [PATCH 1/2] Adding dsa in python --- database/youtube/data-structures.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/database/youtube/data-structures.json b/database/youtube/data-structures.json index efc95a5e0..aac6057d8 100644 --- a/database/youtube/data-structures.json +++ b/database/youtube/data-structures.json @@ -118,5 +118,13 @@ "category": "youtube", "subcategory": "data-structures", "language": "english" + }, + { + "name": "CampusX", + "description": "As Python is a widely used language in the tech industry a dedicated playlist on these topics in Python would be a valuable addition.", + "url": "https://www.youtube.com/watch?v=f9Aje_cN_CY&list=RDCMUCCWi3hpnq_Pe03nGxuS7isg&start_radio=1&rv=f9Aje_cN_CY&t=41378", + "category": "youtube", + "subcategory": "data-structures", + "language": "english" } ] From 87aec32fac997d1e895a69affd10d5603ec63c1e Mon Sep 17 00:00:00 2001 From: Pragati Deshmukh <92087279+Pro-18@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:36:02 +0530 Subject: [PATCH 2/2] Update database/youtube/data-structures.json Co-authored-by: Christine Belzie <105683440+CBID2@users.noreply.github.com> --- database/youtube/data-structures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/youtube/data-structures.json b/database/youtube/data-structures.json index aac6057d8..462fedbf1 100644 --- a/database/youtube/data-structures.json +++ b/database/youtube/data-structures.json @@ -121,7 +121,7 @@ }, { "name": "CampusX", - "description": "As Python is a widely used language in the tech industry a dedicated playlist on these topics in Python would be a valuable addition.", + "description": "Since Python is a widely used language in the tech industry, a playlist that focuses on various aspects of this programming language would be a valuable addition to this website.", "url": "https://www.youtube.com/watch?v=f9Aje_cN_CY&list=RDCMUCCWi3hpnq_Pe03nGxuS7isg&start_radio=1&rv=f9Aje_cN_CY&t=41378", "category": "youtube", "subcategory": "data-structures",