Skip to content

Commit a3902b5

Browse files
authored
Update SYLLABUS.md
1 parent 65f38bd commit a3902b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SYLLABUS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
- Reversal of LinkedList
142142
- Dynamic Programming
143143
- Introduction
144-
- Recursion + Recursion DP + Iteration + Iteration Space Optimized
144+
- Recursion + Recursion DP + Iteration + Iteration Space Optimization
145145
- Complexity Analysis
146146
- 0/1 Knapsack
147147
- Subset Questions
@@ -165,7 +165,7 @@
165165
- Heapsort
166166
- Two Heaps Method
167167
- k-way merge
168-
- Top k elements
168+
- Top k-elements
169169
- Interval problems
170170
- HashMap
171171
- Introduction
@@ -189,12 +189,12 @@
189189
- Minimum Spanning Trees
190190
- Kruskal Algorithm
191191
- Prims Algorithm
192-
- Dijkstra’s shortest path algorithm
192+
- Dijkstra’s shortest path Algorithm
193193
- Topological Sort
194194
- Bellman ford
195195
- A* pathfinding Algorithm
196196

197-
### Advanced concepts apart from interviews
197+
### Advanced concepts apart from placement interviews
198198
- Bitwise + DP
199199
- Extended Euclidean algorithm
200200
- Modulo Multiplicative Inverse

0 commit comments

Comments
 (0)