Add queue data structure video
This commit is contained in:
@ -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",
|
||||||
|
1
content/videos/queue-structure.md
Normal file
1
content/videos/queue-structure.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
<iframe src="https://www.youtube.com/embed/mDCi1lXd9hc" title="Queue Data Structure" />
|
Reference in New Issue
Block a user