Implement Stack using Queues (LeetCode 225) | Using single and 2 queues | Visuals and animations

preview_player
Показать описание


Chapters:
00:00 - Intro
00:58 - Problem Statement
02:15 - Step by step demo
08:38 - Using a single queue
15:02 - Dry-run of Code
18:08 - Final Thoughts

📚 Links to topics I talk about in the video:

📖 Reference Books:

🎥 My Recording Gear:

💻 Get Social 💻

#leetcode #programming #interview
Рекомендации по теме
Комментарии
Автор

I wonder why your videos are not getting good views. Your way of explanation is awesome. Keep uploading more videos.

aravinds
Автор

Your way of explaining and presentation is great bro. you deserve more views but small suggestion after you explain the code if you code along in leetcode it will be more easier for us to understand rather than seeing the final code so it might increase the views.

democreation
Автор

Excellent explanation ... Thank you so much

jagdishkhetre
Автор

When using a single queue we can make either push or pop efficient it doesn't have to be push only, so isn't it better we use a single queue or over 2 queues ?

anveri
Автор

amazing dude, I'm gonna subscribe you

akashbestcode
Автор

Hey nickil which software tool you use for visualizations and any drawing pad?

rudreshcm
Автор

Sir Please Organise the playlist or videos with video no sir if I want to learn arrays in Java then I could find the video of main understand sir

karthik-varma-
Автор

Sir, I wanted to see the code for stack using 2 queues😢

akhil
Автор

your way to explain theoritical is good but explain the code you more improve please.

engineermind