We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a9c8a commit ad825b1Copy full SHA for ad825b1
1 file changed
SYLLABUS.md
@@ -118,19 +118,19 @@
118
- Collections Framework
119
- Lambda Expression
120
- Enums
121
+- Linked List
122
+ - Introduction
123
+ - Fast and slow pointer
124
+ - Cycle Detection
125
+ - Single and Doubly LinkedList
126
+ - Reversal of LinkedList
127
- Stacks & Queues
128
- Introduction
129
- Interview problems
130
- Push efficient
131
- Pop efficient
132
- Queue using Stack and Vice versa
133
- Circular Queue
-- Linked List
- - Introduction
- - Fast and slow pointer
- - Cycle Detection
- - Single and Doubly LinkedList
- - Reversal of LinkedList
134
- Dynamic Programming
135
136
- Recursion + Recursion DP + Iteration + Iteration Space Optimized
0 commit comments