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

Commit fa8a106

Browse files
committed
Update the application page to process request from course page
1 parent 09aa331 commit fa8a106

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

src/data/courses/advanced/CompetitiveJava.js

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,10 @@ export const competitiveJava = {
5353
'Fast Exponentiation using Bitmasking',
5454
'Generate Subsets using Bitmasking',
5555
'Decimal to Binary using Bitwise',
56-
<<<<<<< Updated upstream
57-
'Backtracking with Bitmasking',
58-
'Binary Search + Bitmaksing',
59-
=======
60-
>>>>>>> Stashed changes
6156
'Inclusion Exclusion Concept + Implementation'
6257
]
6358
},
6459
{
65-
<<<<<<< Updated upstream
6660
title: 'Number theory & Computational Theory',
6761
classes: 'Lectures 6-7',
6862
subtopics: [
@@ -239,11 +233,7 @@ export const competitiveJava = {
239233
'Game of chocolates',
240234
'Robot problems'
241235
]
242-
=======
243-
title: 'Under Development',
244-
classes: 'Classes 14-30',
245-
subtopics: []
246-
>>>>>>> Stashed changes
236+
247237
}
248238
],
249239
slides: [
@@ -262,15 +252,7 @@ export const competitiveJava = {
262252
'Number Theory',
263253
'Segment Tree',
264254
'Fenwick Tree',
265-
<<<<<<< Updated upstream
266-
'Decompositions',
267-
'Tries'
268-
],
269-
overview: [
270-
"Under Development"
271-
=======
272255
'Decompositions'
273-
>>>>>>> Stashed changes
274256
],
275257
overview: ['Under Development'],
276258
faqs: [

0 commit comments

Comments
 (0)