1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 03:23:08 +01:00

Add video link for tree data structure

This commit is contained in:
Kamran Ahmed 2022-08-11 16:01:59 +04:00
parent 866b9afad6
commit 65b90e1422
2 changed files with 12 additions and 0 deletions

View File

@ -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", "id": "hash-table-data-structure",
"title": "Hash Table Data Structure", "title": "Hash Table Data Structure",

View File

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