@@ -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' ,
0 commit comments