Add video link for heap data structure

pull/1657/head
Kamran Ahmed 2 years ago
parent 9427ba906d
commit d6b8b7a31c
  1. 11
      content/videos.json
  2. 1
      content/videos/heap-data-structure.md

@ -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",

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/F_r0sJ1RqWk" title="Heap Data Structure" />
Loading…
Cancel
Save