Add big-o notation video
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
[
|
||||
{
|
||||
"id": "big-o-notation",
|
||||
"title": "Big O Notation — Calculating Time Complexity",
|
||||
"description": "Learn what the Big-O notation is and how to calculate the time complexity of an algorithm.",
|
||||
"isPro": false,
|
||||
"youtubeLink": "https://www.youtube.com/watch?v=Z0bH0cMY0E8",
|
||||
"authorUsername": "kamranahmedse",
|
||||
"duration": "8 minutes",
|
||||
"updatedAt": "2021-10-25T19:59:14.191Z",
|
||||
"createdAt": "2021-10-25T19:59:14.191Z"
|
||||
},
|
||||
{
|
||||
"id": "yaml-in-depth",
|
||||
"title": "YAML in Depth",
|
||||
|
1
content/videos/big-o-notation.md
Normal file
1
content/videos/big-o-notation.md
Normal file
@@ -0,0 +1 @@
|
||||
<iframe src="https://www.youtube.com/embed/Z0bH0cMY0E8" title="Big O Notation — Calculating Time Complexity" />
|
Reference in New Issue
Block a user