From d6b8b7a31c1cc9ea84ce94914ff5323e04d77ed8 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 24 Aug 2022 11:27:30 +0400 Subject: [PATCH] Add video link for heap data structure --- content/videos.json | 11 +++++++++++ content/videos/heap-data-structure.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/heap-data-structure.md diff --git a/content/videos.json b/content/videos.json index 929e2cadb..7bc3bf4e0 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "heap-data-structure", + "title": "Heap Data Structure", + "description": "Learn everything you need to know about the heap data structure", + "isNew": true, + "youtubeLink": "https://www.youtube.com/watch?v=F_r0sJ1RqWk", + "authorUsername": "kamranahmedse", + "duration": "11 minutes", + "updatedAt": "2022-08-24T19:59:14.191Z", + "createdAt": "2022-08-24T19:59:14.191Z" + }, { "id": "tree-data-structure", "title": "Tree Data Structure", diff --git a/content/videos/heap-data-structure.md b/content/videos/heap-data-structure.md new file mode 100644 index 000000000..c3ff31a3e --- /dev/null +++ b/content/videos/heap-data-structure.md @@ -0,0 +1 @@ +