Add big-o notation video

pull/1331/head
Kamran Ahmed 3 years ago
parent 0d3c3eea11
commit 09e8796159
  1. 11
      content/videos.json
  2. 1
      content/videos/big-o-notation.md
  3. 34
      package-lock.json
  4. 15
      yarn.lock

@ -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", "id": "yaml-in-depth",
"title": "YAML in Depth", "title": "YAML in Depth",

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

34
package-lock.json generated

@ -29,6 +29,8 @@
}, },
"devDependencies": { "devDependencies": {
"@types/eslint": "7.28.0", "@types/eslint": "7.28.0",
"@types/gh-pages": "^3.2.0",
"@types/glob": "^7.1.4",
"@types/react": "17.0.16", "@types/react": "17.0.16",
"@types/react-dom": "17.0.2", "@types/react-dom": "17.0.2",
"@types/styled-components": "^5.1.12", "@types/styled-components": "^5.1.12",
@ -3346,6 +3348,22 @@
"integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==",
"dev": true "dev": true
}, },
"node_modules/@types/gh-pages": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/gh-pages/-/gh-pages-3.2.0.tgz",
"integrity": "sha512-8N1e1SNedKoYQzQqkMS6OJCIFyuqxEZc2/upyT1ay7WVImUpCJTPKaaBmNzXR/fjbJKacG4lPPrNH+j4tG1g7A==",
"dev": true
},
"node_modules/@types/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
"dev": true,
"dependencies": {
"@types/minimatch": "*",
"@types/node": "*"
}
},
"node_modules/@types/hast": { "node_modules/@types/hast": {
"version": "2.3.4", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz",
@ -13889,6 +13907,22 @@
"integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==", "integrity": "sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==",
"dev": true "dev": true
}, },
"@types/gh-pages": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/gh-pages/-/gh-pages-3.2.0.tgz",
"integrity": "sha512-8N1e1SNedKoYQzQqkMS6OJCIFyuqxEZc2/upyT1ay7WVImUpCJTPKaaBmNzXR/fjbJKacG4lPPrNH+j4tG1g7A==",
"dev": true
},
"@types/glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
"dev": true,
"requires": {
"@types/minimatch": "*",
"@types/node": "*"
}
},
"@types/hast": { "@types/hast": {
"version": "2.3.4", "version": "2.3.4",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz",

@ -1993,6 +1993,19 @@
"resolved" "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz" "resolved" "https://registry.npmjs.org/@types/estree/-/estree-0.0.50.tgz"
"version" "0.0.50" "version" "0.0.50"
"@types/gh-pages@^3.2.0":
"integrity" "sha512-8N1e1SNedKoYQzQqkMS6OJCIFyuqxEZc2/upyT1ay7WVImUpCJTPKaaBmNzXR/fjbJKacG4lPPrNH+j4tG1g7A=="
"resolved" "https://registry.npmjs.org/@types/gh-pages/-/gh-pages-3.2.0.tgz"
"version" "3.2.0"
"@types/glob@^7.1.4":
"integrity" "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA=="
"resolved" "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz"
"version" "7.2.0"
dependencies:
"@types/minimatch" "*"
"@types/node" "*"
"@types/hast@^2.0.0": "@types/hast@^2.0.0":
"integrity" "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==" "integrity" "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g=="
"resolved" "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz" "resolved" "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz"
@ -2037,7 +2050,7 @@
dependencies: dependencies:
"@types/unist" "*" "@types/unist" "*"
"@types/minimatch@^3.0.3": "@types/minimatch@*", "@types/minimatch@^3.0.3":
"integrity" "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==" "integrity" "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
"resolved" "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz" "resolved" "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz"
"version" "3.0.5" "version" "3.0.5"

Loading…
Cancel
Save