Skip to content

Commit ad825b1

Browse files
Update SYLLABUS.md
1 parent 42a9c8a commit ad825b1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

SYLLABUS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,19 @@
118118
- Collections Framework
119119
- Lambda Expression
120120
- Enums
121+
- Linked List
122+
- Introduction
123+
- Fast and slow pointer
124+
- Cycle Detection
125+
- Single and Doubly LinkedList
126+
- Reversal of LinkedList
121127
- Stacks & Queues
122128
- Introduction
123129
- Interview problems
124130
- Push efficient
125131
- Pop efficient
126132
- Queue using Stack and Vice versa
127133
- Circular Queue
128-
- Linked List
129-
- Introduction
130-
- Fast and slow pointer
131-
- Cycle Detection
132-
- Single and Doubly LinkedList
133-
- Reversal of LinkedList
134134
- Dynamic Programming
135135
- Introduction
136136
- Recursion + Recursion DP + Iteration + Iteration Space Optimized

0 commit comments

Comments
 (0)