diff --git a/content/videos.json b/content/videos.json index 22d57c329..ad8ab64c6 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "tree-data-structure", + "title": "Tree Data Structure", + "description": "Learn everything you need to know about the tree data structure", + "isPro": false, + "youtubeLink": "https://www.youtube.com/watch?v=S2W3SXGPVyU", + "authorUsername": "kamranahmedse", + "duration": "8 minutes", + "updatedAt": "2022-08-11T19:59:14.191Z", + "createdAt": "2022-08-11T19:59:14.191Z" + }, { "id": "hash-table-data-structure", "title": "Hash Table Data Structure", diff --git a/content/videos/tree-data-structure.md b/content/videos/tree-data-structure.md new file mode 100644 index 000000000..5914c9f2d --- /dev/null +++ b/content/videos/tree-data-structure.md @@ -0,0 +1 @@ +