1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

Add video link for heap data structure

This commit is contained in:
Kamran Ahmed
2022-08-24 11:27:30 +04:00
parent 9427ba906d
commit d6b8b7a31c
2 changed files with 12 additions and 0 deletions

View File

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

View File

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