From 0ac587523774b82f67efd840f3120a60650b79f5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Tue, 15 Feb 2022 03:54:29 +0400 Subject: [PATCH] Add queue data structure video --- content/videos.json | 11 +++++++++++ content/videos/queue-structure.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/queue-structure.md diff --git a/content/videos.json b/content/videos.json index f855c1e23..bd29c6c15 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "queue-data-structure", + "title": "Queue Data Structure", + "description": "Learn everything you need to know about the queue data structure", + "isPro": false, + "youtubeLink": "https://www.youtube.com/watch?v=mDCi1lXd9hc", + "authorUsername": "kamranahmedse", + "duration": "4 minutes", + "updatedAt": "2022-02-14T19:59:14.191Z", + "createdAt": "2022-02-14T19:59:14.191Z" + }, { "id": "stack-data-structure", "title": "Stack Data Structure", diff --git a/content/videos/queue-structure.md b/content/videos/queue-structure.md new file mode 100644 index 000000000..d8540856f --- /dev/null +++ b/content/videos/queue-structure.md @@ -0,0 +1 @@ +