Skip to content

Commit 8fafdad

Browse files
Update SYLLABUS.md
1 parent da50ccf commit 8fafdad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SYLLABUS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
- [Lambda Expression](https://youtu.be/OY2lPr8h93U?t=2894)
121121
- [Enums](https://youtu.be/9ogGan-R1pc?t=909)
122122
- Linked List
123-
- Introduction
124-
- Fast and slow pointer
125-
- Cycle Detection
126-
- Single and Doubly LinkedList
127-
- Reversal of LinkedList
128-
- Linked List + Recursion
123+
- [Introduction](https://youtu.be/58YbpRDc4yw)
124+
- [Singly + Doubly + Circular LinkedList](https://youtu.be/58YbpRDc4yw)
125+
- [Fast and slow pointer](https://youtu.be/70tx7KcMROc)
126+
- [Cycle Detection](https://youtu.be/70tx7KcMROc)
127+
- [Reversal of LinkedList](https://youtu.be/70tx7KcMROc)
128+
- [Linked List + Recursion](https://youtu.be/70tx7KcMROc)
129129
- Stacks & Queues
130130
- Introduction
131131
- Interview problems

0 commit comments

Comments
 (0)