Skip to content

Commit 8812ef4

Browse files
committed
Stack & Queues link added to Syllabus
1 parent f74862a commit 8812ef4

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
@@ -127,12 +127,12 @@
127127
- [Reversal of LinkedList](https://youtu.be/70tx7KcMROc)
128128
- [Linked List + Recursion](https://youtu.be/70tx7KcMROc)
129129
- Stacks & Queues
130-
- Introduction
131-
- Interview problems
132-
- Push efficient
133-
- Pop efficient
134-
- Queue using Stack and Vice versa
135-
- Circular Queue
130+
- [Introduction](https://youtu.be/rHQI4mrJ3cg)
131+
- [Interview problems](https://youtu.be/rHQI4mrJ3cg)
132+
- [Push efficient](https://youtu.be/rHQI4mrJ3cg)
133+
- [Pop efficient](https://youtu.be/rHQI4mrJ3cg)
134+
- [Queue using Stack and Vice versa](https://youtu.be/rHQI4mrJ3cg)
135+
- [Circular Queue](https://youtu.be/rHQI4mrJ3cg)
136136
- Trees
137137
- Introduction
138138
- Binary Trees

0 commit comments

Comments
 (0)