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:
parent
866b9afad6
commit
65b90e1422
@ -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",
|
||||||
|
1
content/videos/tree-data-structure.md
Normal file
1
content/videos/tree-data-structure.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
<iframe src="https://www.youtube.com/embed/S2W3SXGPVyU" title="Tree Data Structure" />
|
Loading…
x
Reference in New Issue
Block a user