Add video for stack data structure

This commit is contained in:
Kamran Ahmed
2022-02-08 18:17:42 +04:00
parent 864c8fb57a
commit 258beade8d
2 changed files with 12 additions and 0 deletions

View File

@ -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", "id": "linked-list-data-structure",
"title": "Linked List Data Structure", "title": "Linked List Data Structure",

View File

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