Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 94940f4

Browse files
update course prices and mentors. (#160)
* update course prices and mentors * Fix Typo in courses * Update course Timings
1 parent 6ab3a62 commit 94940f4

File tree

15 files changed

+124
-124
lines changed

15 files changed

+124
-124
lines changed
-12.1 KB
Loading

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ export const competitiveJava = {
66
domain: 'Interview Prepration',
77
title: 'Competitive Programming using Java',
88
upcoming: 'Jan 10th',
9-
mentors: ['kunal', 'ekta'],
9+
mentors: ['anuj', 'kunal', 'ekta'],
1010
schedule: [
1111
{
1212
courseId: 'jcomp0121',
13-
dates: '10th Jan - 15th Apr',
14-
days: 'Sat, Sun, Wed',
15-
timing: '06:00 PM - 08:00 PM (IST)',
13+
dates: '13th Feb - 18th May',
14+
days: 'Sat, Sun, Wed, Fri',
15+
timing: '09:00 PM - 11:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 15,000',
18-
price: '₹ 8,850',
17+
priceCut: '₹ 12,000',
18+
price: '₹ 5,850',
1919
active: false
2020
}
2121
],
@@ -83,7 +83,7 @@ export const competitiveJava = {
8383
'Binomial coefficients',
8484
'Matrix Exponentiation',
8585
'Catalan Series',
86-
'Fibonnaci & other series facts',
86+
'Fibonacci & other series facts',
8787
'Prime factorization',
8888
'Pigeonhole Principle',
8989
'Extended Euclids Algorithms',
@@ -125,7 +125,7 @@ export const competitiveJava = {
125125
subtopics: [
126126
'Understanding the concept in Dynamic Programming',
127127
'Understanding overlapping subproblems',
128-
'Memorization vs Tabulation',
128+
'Memoization vs Tabulation',
129129
'Top down & bottom-up approach',
130130
'0-1 KnapSack problem',
131131
'Wildcard pattern problem',
@@ -161,9 +161,9 @@ export const competitiveJava = {
161161
classes: 'Lectures 17-18',
162162
subtopics: [
163163
'Implementation of Binary Trees',
164-
'Tree traversal- inorder, preorder, postorder',
165-
'Searching Algorithms- DFS, BFS',
166-
'Calculate- hieght, depth, diameter of tree',
164+
'Tree traversal- inorder, preorder and postorder',
165+
'Searching Algorithms- DFS and BFS',
166+
'Calculate- height, depth, diameter of tree',
167167
'Implementation of Binary Search Tree',
168168
'AVL Trees & Rotations',
169169
'Interview problems on BT & BST'
@@ -174,7 +174,7 @@ export const competitiveJava = {
174174
classes: 'Lectures 19-20',
175175
subtopics: [
176176
'String Matching Algorithms',
177-
'String window pronlems',
177+
'String window problems',
178178
'String Hashing',
179179
'Rabin Karp Algorithm',
180180
'Knuth Morris Pratt Algorithm'
@@ -196,7 +196,7 @@ export const competitiveJava = {
196196
title: 'Segment Tree',
197197
classes: 'Lectures 22-23',
198198
subtopics: [
199-
'Segment Tree structure & concept',
199+
'Segment Tree: structure & concepts',
200200
'Build & update implementation',
201201
'Lazy Propagation',
202202
'Persistent Segment Tree',
@@ -228,7 +228,7 @@ export const competitiveJava = {
228228
'EdgeList implementation',
229229
'AdjacencyList implementation',
230230
'AdjacencyMap implementation',
231-
'Searching Algorithms- DFS, BFS',
231+
'Searching Algorithms- DFS and BFS',
232232
'Connected component, Cycle detection',
233233
'Bipartite Graph',
234234
"Kruskal's, Dijkstra's, Prim's Algorithms",

src/data/courses/advanced/MachineLearning.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export const machineLearning = {
1010
schedule: [
1111
{
1212
courseId: 'mlpy0121',
13-
dates: '10th Jan - 10th Apr',
14-
days: 'Sat, Sun, Wed',
15-
timing: '06:00 PM - 08:00 PM (IST)',
13+
dates: '13th Feb - 13th May',
14+
days: 'Sat, Sun, Tue, Thu',
15+
timing: '09:00 PM - 11:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 15,000',
18-
price: '₹ 8,850',
17+
priceCut: '₹ 12,000',
18+
price: '₹ 5,850',
1919
active: false
2020
}
2121
],
@@ -107,7 +107,7 @@ export const machineLearning = {
107107
subtopics: [
108108
'Neural Architectures and Training',
109109
'Deep Learning with Keras',
110-
'Convolutions and the GoogLe Net',
110+
'Convolutions and the GoogLeNet',
111111
'Transfer Learning with ResNet and AlexNet',
112112
'Dimensionality Reduction using Auto-encoders'
113113
]
@@ -130,7 +130,7 @@ export const machineLearning = {
130130
'Foundational Reinforcemnt Learning',
131131
'Evolutionary Algorithms and Genetic Algorithms',
132132
'Deep Q-learning and training',
133-
'Training on OpenAI Gym Simulaters'
133+
'Training on OpenAI Gym Simulators'
134134
]
135135
}
136136
]

src/data/courses/advanced/WebDevelopment.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ export const webDevelopment = {
55
level: 'Level 2',
66
link: '/fullstack-webdev-with-js',
77
domain: 'Web Development',
8-
title: 'Full Stack Web Development with JS',
8+
title: 'Master Full Stack Web Development with JS',
99
upcoming: 'Oct 22nd',
1010
mentors: ['ganga', 'anuj'],
1111
schedule: [
1212
{
1313
courseId: 'jsfs0121',
14-
dates: '10th Jan - 10th Apr',
15-
days: 'Sat, Sun, Wed',
16-
timing: '06:00 PM - 08:00 PM (IST)',
14+
dates: '13th Feb - 13th May',
15+
days: 'Sat, Sun, Tue, Thu',
16+
timing: '12:00 PM - 02:00 PM (IST)',
1717
link: '',
18-
priceCut: '₹ 15,000',
19-
price: '₹ 8,850',
18+
priceCut: '₹ 12,000',
19+
price: '₹ 5,850',
2020
active: false
2121
}
2222
],
@@ -54,7 +54,7 @@ export const webDevelopment = {
5454
subtopics: [
5555
'Variables, Data Types and Statements',
5656
'Functions, Conditions and looping',
57-
'Workin with Arrays and Maps',
57+
'Working with Arrays and Maps',
5858
'String processing and manipulation',
5959
'Introduction to OOP in JS'
6060
]
@@ -79,7 +79,7 @@ export const webDevelopment = {
7979
'Understanding a figma design',
8080
'Creating forms and validations',
8181
'Responsive website design Using bootstrap',
82-
'FlexBoxes for rest practices of alignments'
82+
'FlexBoxes for best practices of alignments'
8383
]
8484
}
8585
]
@@ -93,7 +93,7 @@ export const webDevelopment = {
9393
classes: 'Classes 15-18',
9494
subtopics: [
9595
'React concepts and building components',
96-
'ExpressJS Framework for creating REST APIs',
96+
'ExpressJS Framework for creating RESTful APIs',
9797
'Various HTTP requests and Form Submissions',
9898
'Socket.IO for realtime communication'
9999
]
@@ -105,12 +105,12 @@ export const webDevelopment = {
105105
'React Props, State, Lifecycle Methods, and Keys',
106106
'Using hooks for functional React experience',
107107
'Theme and Typography with React MUI',
108-
'Horizontal and Verical Steppers with React MUI',
108+
'Horizontal and Vertical Steppers with React MUI',
109109
'Animations and Transitions with React Spring'
110110
]
111111
},
112112
{
113-
title: 'Realtional and Not Relational Databases',
113+
title: 'Relational and Not Relational Databases',
114114
classes: 'Classes 23-25',
115115
subtopics: [
116116
'Walk trhough with SQL Queries',
@@ -135,7 +135,7 @@ export const webDevelopment = {
135135
subtopics: [
136136
'Spinning up project ideas and how to explore',
137137
'Pitching session and walkthough presentation',
138-
'Best Practices for follow for web projects'
138+
'Best Practices to follow for web projects'
139139
]
140140
}
141141
]

src/data/courses/foundation/AlgoJS.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export const algoJS = {
1010
schedule: [
1111
{
1212
courseId: 'pds0121',
13-
dates: '10th Jan - 10th Apr',
14-
days: 'Sat, Sun, Wed',
15-
timing: '06:00 PM - 08:00 PM (IST)',
13+
dates: '16th Jan - 16th Apr',
14+
days: 'Sat, Sun, Wed, Fri',
15+
timing: '04:00 PM - 06:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 14,999',
18-
price: '₹ 6,850',
17+
priceCut: '₹ 10,000',
18+
price: '₹ 4,850',
1919
active: false
2020
}
2121
],
@@ -101,7 +101,7 @@ export const algoJS = {
101101
title: 'Space and Time complexity analysis',
102102
classes: 'Classes 12-13',
103103
subtopics: [
104-
'Best case, worst case, average case',
104+
'Best case, worst case and average case',
105105
'Sandwich theorem, recurrence relation',
106106
'Solving Complex Linear Recurrences',
107107
'Solving Divide & Conquer Recurrences',
@@ -142,7 +142,7 @@ export const algoJS = {
142142
classes: 'Classes 20-40',
143143
topics: [
144144
{
145-
title: 'Stack & Queue',
145+
title: 'Stacks & Queues',
146146
classes: 'Classes 19-20',
147147
subtopics: [
148148
'Stack as an Abstract Data Type',
@@ -208,7 +208,7 @@ export const algoJS = {
208208
subtopics: [
209209
'Understanding the concept in Dynamic Programming',
210210
'Understanding overlapping subproblems',
211-
'Memorization vs Tabulation',
211+
'Memoization vs Tabulation',
212212
'Top down & bottom-up approach',
213213
'0-1 KnapSack problem',
214214
'Wildcard pattern problem',

src/data/courses/foundation/AlgoJava.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ export const algoJava = {
66
domain: 'Algorithms & Complexities',
77
title: 'Data Structure and Algorithms with Java',
88
upcoming: 'Jan 10th',
9-
mentors: ['anuj', 'ekta'],
9+
mentors: ['anuj', 'kunal', 'ekta'],
1010
schedule: [
1111
{
1212
courseId: 'jds0121',
13-
dates: '10th Jan - 10th Apr',
14-
days: 'Sat, Sun, Wed',
13+
dates: '16th Jan - 16th Apr',
14+
days: 'Sat, Sun, Tue, Thu',
1515
timing: '06:00 PM - 08:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 14,999',
18-
price: '₹ 6,850',
17+
priceCut: '₹ 10,000',
18+
price: '₹ 4,850',
1919
active: false
2020
}
2121
],
@@ -68,7 +68,7 @@ export const algoJava = {
6868
'Introduction of arrays',
6969
'Input-output & traversing',
7070
'Linear Search & Binary Search',
71-
'Bubble sort, Insertion sort, Selection sort, Count sort',
71+
'Selection sort, Bubble sort, Insertion sort, Count sort',
7272
'Multi-Dimensional arrays',
7373
'Rotation in arrays',
7474
'Intro to ArrayList',
@@ -104,7 +104,7 @@ export const algoJava = {
104104
title: 'Space and Time complexity analysis',
105105
classes: 'Classes 12',
106106
subtopics: [
107-
'Best case, worst case, average case',
107+
'Best case, worst case and average case',
108108
'Sandwich theorem, recurrence relation',
109109
'Theta, Big-oh, Omega notations',
110110
'Understanding complexity of loops',
@@ -144,7 +144,7 @@ export const algoJava = {
144144
classes: 'Classes 20-40',
145145
topics: [
146146
{
147-
title: 'Stack & Queue',
147+
title: 'Stacks & Queues',
148148
classes: 'Classes 19-20',
149149
subtopics: [
150150
'Stack as generic collection',
@@ -174,7 +174,7 @@ export const algoJava = {
174174
subtopics: [
175175
'Implementation of Binary Trees',
176176
'Tree traversal- inorder, preorder, postorder',
177-
'Searching Algorithms- DFS, BFS',
177+
'Searching Algorithms- DFS and BFS',
178178
'Calculate- hieght, depth, diameter of tree',
179179
'Implementation of Binary Search Tree',
180180
'AVL Trees & Rotations',
@@ -202,7 +202,7 @@ export const algoJava = {
202202
'EdgeList implementation',
203203
'AdjacencyList implementation',
204204
'AdjacencyMap implementation',
205-
'Searching Algorithms- DFS, BFS',
205+
'Searching Algorithms- DFS and BFS',
206206
'Connected component, Cycle detection',
207207
"Kruskal's, Dijkstra's, Prim's Algorithms"
208208
]
@@ -213,7 +213,7 @@ export const algoJava = {
213213
subtopics: [
214214
'Understanding the concept in Dynamic Programming',
215215
'Understanding overlapping subproblems',
216-
'Memorization vs Tabulation',
216+
'Memoization vs Tabulation',
217217
'Top down & bottom-up approach',
218218
'0-1 KnapSack problem',
219219
'Wildcard pattern problem',

src/data/courses/foundation/AlgoPython.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export const algoPython = {
1010
schedule: [
1111
{
1212
courseId: 'pds0121',
13-
dates: '10th Jan - 10th Apr',
14-
days: 'Sat, Sun, Wed',
13+
dates: '16th Jan - 16th Apr',
14+
days: 'Sat, Sun, Wed, Fri',
1515
timing: '06:00 PM - 08:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 14,999',
18-
price: '₹ 6,850',
17+
priceCut: '₹ 10,000',
18+
price: '₹ 4,850',
1919
active: false
2020
}
2121
],
@@ -65,12 +65,12 @@ export const algoPython = {
6565
title: 'Lists & NumPy Arrays',
6666
classes: 'Classes 04-07',
6767
subtopics: [
68-
'Introduction of Lists',
68+
'Introduction to Lists',
6969
'Input-output & traversing',
7070
'Linear Search & Binary Search',
71-
'Bubble sort, Insertion sort, Selection sort, Count sort',
72-
'Multi-Dimensional arrays',
73-
'Rotation in arrays',
71+
'Selection sort, Bubble sort, Insertion sort, Count sort',
72+
'Multi-Dimensional Arrays',
73+
'Rotation in Arrays',
7474
'Intro to NumPy',
7575
'Interview problems on Arrays'
7676
]
@@ -103,7 +103,7 @@ export const algoPython = {
103103
title: 'Space and Time complexity analysis',
104104
classes: 'Classes 12-13',
105105
subtopics: [
106-
'Best case, worst case, average case',
106+
'Best case, worst case and average case',
107107
'Sandwich theorem, recurrence relation',
108108
'Solving Complex Linear Recurrences',
109109
'Solving Divide & Conquer Recurrences',
@@ -140,7 +140,7 @@ export const algoPython = {
140140
]
141141
},
142142
{
143-
title: 'Stack & Queue',
143+
title: 'Stacks & Queues',
144144
classes: 'Classes 19-20',
145145
subtopics: [
146146
'Stack as an Abstract Data Type',
@@ -207,7 +207,7 @@ export const algoPython = {
207207
subtopics: [
208208
'Understanding the concept in Dynamic Programming',
209209
'Understanding overlapping subproblems',
210-
'Memorization vs Tabulation',
210+
'Memoization vs Tabulation',
211211
'Top down & bottom-up approach',
212212
'0-1 KnapSack problem',
213213
'Wildcard pattern problem',

src/data/courses/foundation/DevPython.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const devPython = {
1414
days: 'Sat, Sun, Wed',
1515
timing: '06:00 PM - 08:00 PM (IST)',
1616
link: '',
17-
priceCut: '₹ 15,000',
18-
price: '₹ 6,850',
17+
priceCut: '₹ 12,000',
18+
price: '₹ 5,850',
1919
active: false
2020
}
2121
],

0 commit comments

Comments
 (0)