We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f74862a + a0fd6d4 commit 340ecd2Copy full SHA for 340ecd2
SYLLABUS.md
@@ -127,12 +127,12 @@
127
- [Reversal of LinkedList](https://youtu.be/70tx7KcMROc)
128
- [Linked List + Recursion](https://youtu.be/70tx7KcMROc)
129
- Stacks & Queues
130
- - Introduction
131
- - Interview problems
132
- - Push efficient
133
- - Pop efficient
+ - [Introduction](https://youtu.be/rHQI4mrJ3cg)
+ - [Push efficient](https://youtu.be/rHQI4mrJ3cg)
+ - [Pop efficient](https://youtu.be/rHQI4mrJ3cg)
+ - [Circular Queue](https://youtu.be/rHQI4mrJ3cg)
134
- Queue using Stack and Vice versa
135
- - Circular Queue
+ - Interview problems
136
- Trees
137
- Introduction
138
- Binary Trees
0 commit comments