diff --git a/content/videos.json b/content/videos.json index 493ed288c..95ccc826d 100644 --- a/content/videos.json +++ b/content/videos.json @@ -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", diff --git a/content/videos/big-o-notation.md b/content/videos/big-o-notation.md new file mode 100644 index 000000000..1203c455a --- /dev/null +++ b/content/videos/big-o-notation.md @@ -0,0 +1 @@ +