Add queue data structure video

This commit is contained in:
Kamran Ahmed
2022-02-15 03:54:29 +04:00
parent 35107862cb
commit 0ac5875237
2 changed files with 12 additions and 0 deletions

View File

@ -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", "id": "stack-data-structure",
"title": "Stack Data Structure", "title": "Stack Data Structure",

View File

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/mDCi1lXd9hc" title="Queue Data Structure" />