You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2024. It is now read-only.
'HashMap implementation using ArrayList & LinkedList',
169
+
'Types of Maps in Java collections',
170
+
'Problems on Hashmap & Heaps'
171
+
]
172
+
},
173
+
{
174
+
title: 'Graph',
175
+
classes: 'Classes 27-28',
176
+
subtopics: [
177
+
'Terminologies in Graph',
178
+
'EdgeList implementation',
179
+
'AdjacencyList implementation',
180
+
'AdjacencyMap implementation',
181
+
'Searching Algorithms- DFS, BFS',
182
+
'Connected component, Cycle detection',
183
+
'Kruskal\'s, Dijkstra\'s, Prim\'s Algorithms'
184
+
]
185
+
},
186
+
{
187
+
title: 'Dynamic Programming',
188
+
classes: 'Classes 29-30',
189
+
subtopics: [
190
+
'Understanding the concept in Dynamic Programming',
191
+
'Understanding overlapping subproblems',
192
+
'Memorization vs Tabulation',
193
+
'Top down & bottom-up approach',
194
+
'0-1 KnapSack problem',
195
+
'Wildcard pattern problem',
196
+
'Egg drop problem',
197
+
'Matrix chain multiplication'
106
198
]
107
199
}
108
200
],
@@ -129,15 +221,14 @@ export const algoJava = {
129
221
}
130
222
],
131
223
tags: [
132
-
'ML',
133
-
'Image Processing',
134
-
'Deep Learning',
135
-
'Neural Network',
136
-
'CNN',
137
-
'Python'
224
+
'Data Structures',
225
+
'Algorithms',
226
+
'Problem Solving',
227
+
'Java',
228
+
'Competitive Programming',
229
+
'Interview Preparation'
138
230
],
139
231
overview: [
140
-
"While VR is all about taking people into virtual worlds, AR is about bringing virtual elements into your real world. Imagine learning about dinosaurs by having life-sized ones walk in front of you. See how a particular dress fits you just by having it be augmented onto your body using your phone's camera. Want a virtual pet to roam around in your house? AR can make that possible.",
141
-
"We’ve been teaching VR for over 12 months but this AR course is BRAND NEW! You’ll learn to design and code Augmented Reality apps using Camp K12's very own HatchXR platform."
232
+
"Every students have in their mind that why to study Data Structure. How it helps me in real life problem? Data Structures are the most important skills for a person belonging to computer-science background to understand the nature of problems, develop the logic to solve a problem in an optimised way with an efficient use of appropriate Data Structures. From Competitive programming to development, the first step on the success ladder will be to master in Data Structures & Algorithms. To solve any real-life problem, we use an algorithm, but is that algorithm is the most optimised and efficient one? Today, every company believes that a person with strong DSA skills would be a perfect candidate to hire!"
0 commit comments