Skip to content

Commit 953700f

Browse files
Update SYLLABUS.md
1 parent ce7fb48 commit 953700f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

SYLLABUS.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,6 @@
133133
- Pop efficient
134134
- Queue using Stack and Vice versa
135135
- Circular Queue
136-
- Dynamic Programming
137-
- Introduction
138-
- Recursion + Recursion DP + Iteration + Iteration Space Optimized
139-
- Complexity Analysis
140-
- 0/1 Knapsack
141-
- Subset Questions
142-
- Unbounded Knapsack
143-
- Subsequence questions
144-
- String DP
145136
- Trees
146137
- Introduction
147138
- Binary Trees
@@ -173,8 +164,6 @@
173164
- Huffman-Encoder
174165
- Top K elements problems
175166
- Subarray Questions: Sliding window, Two Pointer, Kadane's Algorithm
176-
- Greedy Algorithms
177-
- Tries
178167
- Graphs
179168
- Introduction
180169
- BFS
@@ -187,6 +176,17 @@
187176
- Topological Sort
188177
- Bellman ford
189178
- A* pathfinding Algorithm
179+
- Dynamic Programming
180+
- Introduction
181+
- Recursion + Recursion DP + Iteration + Iteration Space Optimized
182+
- Complexity Analysis
183+
- 0/1 Knapsack
184+
- Subset Questions
185+
- Unbounded Knapsack
186+
- Subsequence questions
187+
- String DP
188+
- Greedy Algorithms
189+
- Tries
190190

191191
### Advanced concepts apart from interviews
192192
- Fast IO

0 commit comments

Comments
 (0)