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 @@ +