Add big-o notation video

This commit is contained in:
Kamran Ahmed
2021-10-27 00:32:15 +02:00
parent 0d3c3eea11
commit 09e8796159
4 changed files with 60 additions and 1 deletions

View File

@@ -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",

View File

@@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/Z0bH0cMY0E8" title="Big O Notation — Calculating Time Complexity" />