From 65b90e142262a3064599ff66f23864dfb865ac32 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 11 Aug 2022 16:01:59 +0400 Subject: [PATCH] Add video link for tree data structure --- content/videos.json | 11 +++++++++++ content/videos/tree-data-structure.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/tree-data-structure.md 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 @@ +