From 13f018893a59fd4b589a824d0ae8c4725fba7565 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 9 Jan 2022 12:04:54 +0400 Subject: [PATCH] Add array data structure video --- content/videos.json | 11 +++++++++++ content/videos/array-structure.md | 1 + public/sitemap.xml | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 content/videos/array-structure.md diff --git a/content/videos.json b/content/videos.json index 09a73ea0b..1f1cafd48 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "array-structure", + "title": "All about Array Data Structure", + "description": "Learn everything you need to know about array data structure", + "isPro": false, + "youtubeLink": "https://www.youtube.com/watch?v=QJNwK2uJyGs", + "authorUsername": "kamranahmedse", + "duration": "10 minutes", + "updatedAt": "2022-01-09T19:59:14.191Z", + "createdAt": "2022-01-09T19:59:14.191Z" + }, { "id": "what-are-data-structures", "title": "What are Data Structures?", diff --git a/content/videos/array-structure.md b/content/videos/array-structure.md new file mode 100644 index 000000000..dbcb0ca81 --- /dev/null +++ b/content/videos/array-structure.md @@ -0,0 +1 @@ +