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.
Copy file name to clipboardExpand all lines: src/data/courses/foundation/AlgoJava.js
+33-7Lines changed: 33 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,26 @@ export const algoJava = {
6
6
domain: 'Algorithms',
7
7
title: 'Data Structure and Algorithms with Java',
8
8
upcoming: 'Oct 1st',
9
-
priceCut: 15000,
10
-
price: 4850,
9
+
schedule: [
10
+
{
11
+
dates: "01st Oct - 05th Dec",
12
+
days: "Sat, Sun, Tue, Thur",
13
+
timing: "06:00 PM - 08:00 PM (IST)",
14
+
link: "",
15
+
priceCut: "15,000 INR",
16
+
price: "4,850 INR",
17
+
active: true,
18
+
},
19
+
{
20
+
dates: "10th Jan - 10th Apr",
21
+
days: "Sat, Sun, Wed",
22
+
timing: "06:00 PM - 08:00 PM (IST)",
23
+
link: "",
24
+
priceCut: "15,000 INR",
25
+
price: "6,850 INR",
26
+
active: false,
27
+
}
28
+
],
11
29
projects: [
12
30
{
13
31
title: 'Automatic Sudoku Solver',
@@ -208,15 +226,23 @@ export const algoJava = {
208
226
},
209
227
],
210
228
tags: [
211
-
'Data Structures',
212
-
'Algorithms',
213
229
'Problem Solving',
214
-
'Java',
215
-
'CP',
230
+
'Tree',
231
+
'Graph',
232
+
'Algorithms',
233
+
'Data Structures',
234
+
'Recursion',
235
+
'Backtracking',
236
+
'Dynamic Programming',
237
+
'Stack',
238
+
'Queue',
239
+
'Sets',
240
+
'Bit Masking',
216
241
'Interview Prep'
217
242
],
218
243
overview: [
219
244
"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.",
220
245
"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!"
Copy file name to clipboardExpand all lines: src/data/courses/foundation/AlgoPython.js
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,26 @@ export const algoPython = {
6
6
domain: 'Algorithms',
7
7
title: 'Data Structure and Algorithms with Python',
8
8
upcoming: 'Oct 1st',
9
-
priceCut: 15000,
10
-
price: 4850,
9
+
schedule: [
10
+
{
11
+
dates: "1st Oct - 5th Dec",
12
+
days: "Sat, Sun, Tue, Thur",
13
+
timing: "06:00 PM - 08:00 PM (IST)",
14
+
link: "",
15
+
priceCut: "₹ 15,000",
16
+
price: "₹ 4,850",
17
+
active: true,
18
+
},
19
+
{
20
+
dates: "10th Jan - 10th Apr",
21
+
days: "Sat, Sun, Wed",
22
+
timing: "06:00 PM - 08:00 PM (IST)",
23
+
link: "",
24
+
priceCut: "15,000 INR",
25
+
price: "6,850 INR",
26
+
active: false,
27
+
}
28
+
],
11
29
projects: [
12
30
{
13
31
title: 'Automatic Sudoku Solver',
@@ -218,7 +236,7 @@ export const algoPython = {
218
236
'Interview Prep'
219
237
],
220
238
overview: [
221
-
"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.",
222
-
"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!"
239
+
"Every student has in their mind that why to study Data Structure. How it helps them in a real-life problem? Data Structures are the most important skills for a person belonging to the computer-science background to understand the nature of problems, develop the logic to solve a problem in an optimized way with the efficient use of appropriate Data Structures.",
240
+
"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 optimized and efficient one? Today, every company believes that a person with strong DSA skills would be a perfect candidate to hire!"
0 commit comments