mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Add graph data structure video link
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
[
|
||||
{
|
||||
"id": "graph-data-structure",
|
||||
"title": "Graph Data Structure",
|
||||
"description": "Learn everything you need to know about the graph data structure",
|
||||
"isNew": true,
|
||||
"youtubeLink": "https://www.youtube.com/watch?v=0sQE8zKhad0",
|
||||
"authorUsername": "kamranahmedse",
|
||||
"duration": "13 minutes",
|
||||
"updatedAt": "2022-09-08T19:59:14.191Z",
|
||||
"createdAt": "2022-09-08T19:59:14.191Z"
|
||||
},
|
||||
{
|
||||
"id": "heap-data-structure",
|
||||
"title": "Heap Data Structure",
|
||||
|
1
content/videos/graph-data-structure.md
Normal file
1
content/videos/graph-data-structure.md
Normal file
@@ -0,0 +1 @@
|
||||
<iframe src="https://www.youtube.com/embed/0sQE8zKhad0" title="Graph Data Structure" />
|
Reference in New Issue
Block a user