-
Notifications
You must be signed in to change notification settings - Fork 6
/
videos.json
90 lines (90 loc) · 1.76 KB
/
videos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[{
"url": "https://www.youtube.com/watch?v=iiADhChRriM",
"title": "Learn JSON in 10 Minutes",
"tags": [
"JSON",
"Frontend"
]
},
{
"url": "https://www.youtube.com/watch?v=58YbpRDc4yw",
"title": "Linked List - Singly + Doubly + Circular (Theory + Code + Implementation)",
"tags": [
"Data Structures",
"Linked List",
"Interview Preperation"
]
},
{
"url": "https://youtu.be/R8rmfD9Y5-c",
"title": "8 Must Know JavaScript Array Methods",
"tags": [
"Javascript",
"Arrays",
"ES6"
]
},
{
"url": "https://youtu.be/V97oYgN9cIE",
"title": "Binary Search Tree (BST) | Implementation(with Full Code) | Part 1 - Setup",
"tags": [
"Binary Search Tree",
"Data Structures",
"C++"
]
},
{
"url": "https://youtu.be/lkIFF4maKMU",
"title": "100+ JavaScript Concepts you Need to Know",
"tags": [
"Javascript",
"Concepts",
"Programming"
]
},
{
"url": "https://www.youtube.com/watch?v=HZ5YTanv5QE",
"title": "Breadth-first search in 4 minutes",
"tags": [
"Algorithms",
"Data Structures",
"Graph search"
]
},
{
"url": "https://www.youtube.com/watch?v=_lHSawdgXpI",
"title": "Dijkstra's algorithm in 3 minutes",
"tags": [
"Graph search",
"Dijkstra",
"Algorithms"
]
},
{
"url": "https://www.youtube.com/watch?v=__vX2sjlpXU",
"title": "Big-O notation in 5 minutes",
"tags": [
"complexity",
"big-O notation",
"runtime"
]
},
{
"url": "https://www.youtube.com/watch?v=PkZNo7MFNFg&t=37s",
"title": "Learn JavaScript in 3 hours",
"tags": [
"javascript",
"ES6",
"Programming"
]
},
{
"url": "https://www.youtube.com/playlist?list=PLu71SKxNbfoDqgPchmvIsL4hTnJIrtige",
"title": "Learn react efficiently",
"tags": [
"react.js",
"Frontend",
"Programming"
]
}
]