diff --git a/content/videos.json b/content/videos.json index 1f1cafd48..497ebbed4 100644 --- a/content/videos.json +++ b/content/videos.json @@ -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", "title": "All about Array Data Structure", diff --git a/content/videos/linked-list-data-structure.md b/content/videos/linked-list-data-structure.md new file mode 100644 index 000000000..04fd2a6d5 --- /dev/null +++ b/content/videos/linked-list-data-structure.md @@ -0,0 +1 @@ +