mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 11:33:09 +01:00
Add linked list data structure video
This commit is contained in:
parent
1e0b809cb4
commit
c126fcfe14
@ -1,4 +1,15 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"id": "linked-list-data-structure",
|
||||||
|
"title": "Linked List Data Structure",
|
||||||
|
"description": "Learn everything you need to know about linked list data structure",
|
||||||
|
"isPro": false,
|
||||||
|
"youtubeLink": "https://www.youtube.com/watch?v=odW9FU8jPRQ",
|
||||||
|
"authorUsername": "kamranahmedse",
|
||||||
|
"duration": "11 minutes",
|
||||||
|
"updatedAt": "2022-01-31T19:59:14.191Z",
|
||||||
|
"createdAt": "2022-01-31T19:59:14.191Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "array-structure",
|
"id": "array-structure",
|
||||||
"title": "All about Array Data Structure",
|
"title": "All about Array Data Structure",
|
||||||
|
1
content/videos/linked-list-data-structure.md
Normal file
1
content/videos/linked-list-data-structure.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
<iframe src="https://www.youtube.com/embed/odW9FU8jPRQ" title="Linked List Data Structure" />
|
Loading…
x
Reference in New Issue
Block a user