From 931b28e6876a3638ec5cfc0a3989713a56ec6769 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 8 Feb 2022 18:17:42 +0400 Subject: [PATCH] Add video for stack data structure --- content/videos.json | 11 +++++++++++ content/videos/stack-data-structure.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/stack-data-structure.md diff --git a/content/videos.json b/content/videos.json index 497ebbed4..f855c1e23 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "stack-data-structure", + "title": "Stack Data Structure", + "description": "Learn everything you need to know about the stack data structure", + "isPro": false, + "youtubeLink": "https://www.youtube.com/watch?v=I5lq6sCuABE", + "authorUsername": "kamranahmedse", + "duration": "5 minutes", + "updatedAt": "2022-02-07T19:59:14.191Z", + "createdAt": "2022-02-07T19:59:14.191Z" + }, { "id": "linked-list-data-structure", "title": "Linked List Data Structure", diff --git a/content/videos/stack-data-structure.md b/content/videos/stack-data-structure.md new file mode 100644 index 000000000..b8c7b4fc8 --- /dev/null +++ b/content/videos/stack-data-structure.md @@ -0,0 +1 @@ +