None of the lecture is available on RUclips which has such kind of explanation. I really appreciate the way you explain. I would say, "Teaching is an art and you are the great artist." Thanks!
Does this mean that we simply have to display the elements of the queue using two stacks? Means the output stack should read the same elements as that of the queue right?
This means that you are simulating a queue data structure without actually using a queue. You are implementing push and pop operations for a queue but with the help of stacks. Think of a scenario when you don’t have resources for a queue. You can then use this method. :)
None of the lecture is available on RUclips which has such kind of explanation.
I really appreciate the way you explain. I would say, "Teaching is an art and you are the great artist."
Thanks!
this video deserves more likes, you made it easy to understand
Crystal clear explanation sir
Thank you so much
it was a more efficient way than i thought
gosh i really needed your channel, where were you this whole time!
well...now you know 😄
You are damn good on how simply you explain the problem ,i really appretiate you.
Make such type of videos
Thank you so much for your support
I usually don't comment on videos, But after your explanation I just couldn't hold back. Great job, Thanks!!
This was an amazing explanation, Nikhil. Thank you
Bro first time I'm commenting on any video
This is the best best best explanation in very less time 👌👌
Keep it up... 👍👍
Glad you liked it. Please share this video with your friends if you can :)
Damn ! You're so Good Bro, Great Content and High Quality Explanation.
Dude you're great! Very good teaching, thank you
Great video! Good explanation.
I'm your 1000th subscriber 🙂
Thanks. very good explanation.
man you're awesome
Thank you sir🥰🥰
Does this mean that we simply have to display the elements of the queue using two stacks? Means the output stack should read the same elements as that of the queue right?
This means that you are simulating a queue data structure without actually using a queue.
You are implementing push and pop operations for a queue but with the help of stacks.
Think of a scenario when you don’t have resources for a queue. You can then use this method. :)
@@nikoo28 but what does it mean by two stacks? what is the difference between that and 1 stack
@@annoyedbrownalpaca it means that you have to use 2 independent stacks to simulate a queue data structure operations
not bad