Add video link for tree data structure

pull/1657/head
Kamran Ahmed 2 years ago
parent 866b9afad6
commit 65b90e1422
  1. 11
      content/videos.json
  2. 1
      content/videos/tree-data-structure.md

@ -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",
"title": "Hash Table Data Structure",

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