Skip to content

Commit 340ecd2

Browse files
Merge pull request kunal-kushwaha#554 from ronitblenz/readmelinks
Stack & Queues link added to Syllabus
2 parents f74862a + a0fd6d4 commit 340ecd2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SYLLABUS.md

Lines changed: 5 additions & 5 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
130+
- [Introduction](https://youtu.be/rHQI4mrJ3cg)
131+
- [Push efficient](https://youtu.be/rHQI4mrJ3cg)
132+
- [Pop efficient](https://youtu.be/rHQI4mrJ3cg)
133+
- [Circular Queue](https://youtu.be/rHQI4mrJ3cg)
134134
- Queue using Stack and Vice versa
135-
- Circular Queue
135+
- Interview problems
136136
- Trees
137137
- Introduction
138138
- Binary Trees

0 commit comments

Comments
 (0)