@@ -9,21 +9,21 @@ export const competitiveJava = {
99 mentors : [ 'kunal' , 'ekta' ] ,
1010 schedule : [
1111 {
12- courseId : " jcomp0121" ,
13- dates : " 10th Jan - 15th Apr" ,
14- days : " Sat, Sun, Wed" ,
15- timing : " 06:00 PM - 08:00 PM (IST)" ,
16- link : "" ,
17- priceCut : " 15,000 INR" ,
18- price : " 8,850 INR" ,
19- active : false ,
12+ courseId : ' jcomp0121' ,
13+ dates : ' 10th Jan - 15th Apr' ,
14+ days : ' Sat, Sun, Wed' ,
15+ timing : ' 06:00 PM - 08:00 PM (IST)' ,
16+ link : '' ,
17+ priceCut : '₹ 15,000' ,
18+ price : '₹ 8,850' ,
19+ active : false
2020 }
2121 ] ,
2222 projects : [
2323 {
2424 title : 'Under Development' ,
2525 img : '/static/images/projects/p1.png'
26- } ,
26+ }
2727 ] ,
2828 topics : [
2929 {
@@ -53,12 +53,16 @@ export const competitiveJava = {
5353 'Fast Exponentiation using Bitmasking' ,
5454 'Generate Subsets using Bitmasking' ,
5555 'Decimal to Binary using Bitwise' ,
56+ < << << << Updated upstream
5657 'Backtracking with Bitmasking ',
5758 'Binary Search + Bitmaksing' ,
59+ = === ===
60+ >>> >>> > Stashed changes
5861 'Inclusion Exclusion Concept + Implementation'
5962 ]
6063 } ,
6164 {
65+ << < << << Updated upstream
6266 title : 'Number theory & Computational Theory' ,
6367 classes : 'Lectures 6-7' ,
6468 subtopics : [
@@ -235,14 +239,19 @@ export const competitiveJava = {
235239 'Game of chocolates' ,
236240 'Robot problems'
237241 ]
242+ === = ===
243+ title : 'Under Development ',
244+ classes : 'Classes 14-30' ,
245+ subtopics : [ ]
246+ >>> > >>> Stashed changes
238247 }
239248 ] ,
240249 slides : [
241250 {
242251 heading : '' ,
243252 subheading : '' ,
244253 image : '/static/swipes/comp.png'
245- } ,
254+ }
246255 ] ,
247256 tags : [
248257 'Dynamic Programming' ,
@@ -253,28 +262,32 @@ export const competitiveJava = {
253262 'Number Theory' ,
254263 'Segment Tree' ,
255264 'Fenwick Tree' ,
265+ < << << << Updated upstream
256266 'Decompositions' ,
257267 'Tries'
258268 ] ,
259269 overview : [
260270 "Under Development"
271+ === = ===
272+ 'Decompositions'
273+ >>> > >>> Stashed changes
261274 ] ,
275+ overview : [ 'Under Development' ] ,
262276 faqs : [
263277 {
264- title :
265- 'Will this help me with my career path?' ,
278+ title : 'Will this help me with my career path?' ,
266279 answer :
267280 'Yes. If you learn well, all that the course intends to teach, you’ll be able to impress quite a few interviewers across quite a few fine companies.'
268- } , {
269- title :
270- 'How your doubts will get resolved?' ,
281+ } ,
282+ {
283+ title : 'How your doubts will get resolved?' ,
271284 answer :
272285 'We have an army of TA’s who are available in different time slots to resolve all your doubts. You can also interact with faculty through Slack.'
273- } , {
274- title :
275- 'Is this course suitable for me?' ,
286+ } ,
287+ {
288+ title : 'Is this course suitable for me?' ,
276289 answer :
277290 'Definitely! If you want to shift to software developer career path, then this course is perfect for you!'
278- } ,
291+ }
279292 ]
280293} ;
0 commit comments