File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Complete Java + DSA Bootcamp Syllabus
2
2
3
3
## NOTE:
4
- - All topics will contain problems from LeetCode Easy to Hard, explained in an easy to understand manner.
4
+ - All topics will contain problems from LeetCode Easy to Hard, explained in an easy-to- understand manner.
5
5
- Complete Custom Implementation of all Data Structures and Algorithms.
6
6
7
7
## Lectures
57
57
- Modulo Properties
58
58
- Modulo Multiplicative Inverse
59
59
- Linear Diophantine Equations
60
- - Fremat' s Theorem
60
+ - Fermat’ s Theorem
61
61
- Wilson's Theorem
62
62
- Lucas Theorem
63
63
- Chinese Remainder Theorem
70
70
- (more content in OOP such as overloading etc)
71
71
- Space and Time Complexity Analysis
72
72
- Introduction
73
- - Comparion of various cases
73
+ - Comparisons of various cases
74
74
- Solving Linear Recurrence Relations
75
75
- Solving Divide and Conquer Recurrence Relations
76
76
- Big-O, Big-Omega, Big-Theta Notations
128
128
- Fast and slow pointer
129
129
- Cycle Detection
130
130
- Single and Doubly LinkedList
131
- - Reversalof LinekdList
131
+ - Reversal of LinkedList
132
132
- Dynamic Programming
133
133
- Introduction
134
134
- Recursion + Recursion DP + Iteration + Iteration Space Optimized
135
135
- Complexity Analysis
136
136
- 0/1 Knapsack
137
137
- Subset Questions
138
138
- Unbounded Knapsack
139
- - Subseq questions
139
+ - Subsequence questions
140
140
- String DP
141
141
- Trees
142
142
- Introduction
156
156
- k-way merge
157
157
- top k elements
158
158
- interval problems
159
- - Hashmaps
159
+ - HashMap
160
160
- Introduction
161
161
- Theory - how it works
162
162
- Comparisons of various forms
178
178
- Dijkstra’s shortest path algorithm
179
179
- Topological Sort
180
180
- Bellman ford
181
- - A* pathfinding Algorithm
181
+ - A* pathfinding Algorithm
You can’t perform that action at this time.
0 commit comments