Please *Like* , *Comment* , *Share* , *Subscribe* and *Click Bell* 🔔🔔🔔 Icon for More Updates. To get *Data Structures and Algorithms* complete course for free please follow this link - ua-cam.com/play/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d.html
Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over UA-cam with java implementation and found this. Hats Off To You Man....Excellent Work. GOD BLESS YOU :)
Thank you so much for detailed explanation of every data structure. However, for some videos, it is saying only members can watch. What do we do to be a memeber so that we can watch all vidoes?
@@itsdineshvaryani there are so many videos that I can't even find the right one . I'm looking for the whole video of this video. The one with the whole sample program including how reversing a string using stack.
I have published it now. BTW you can follow playlist link provided in description of video. It has all the videos. You will get all the updated videos in this playlist !!!
Sir, till LinkedList you coded the implementations of each and every methods like insertion, deletion etc. But here In Stack, why you used collections and generics instead of coding the pop(), push() methods?
But that is how it makes atleast one such concept easier to understand .. it develops different ways to solve problem ... The complete course is built like that ...
Please *Like* , *Comment* , *Share* , *Subscribe* and *Click Bell* 🔔🔔🔔 Icon for More Updates. To get *Data Structures and Algorithms* complete course for free please follow this link - ua-cam.com/play/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d.html
Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over UA-cam with java implementation and found this. Hats Off To You Man....Excellent Work. GOD BLESS YOU :)
Thanks !!!
Really helpful ur DSA playlists God bless you sir 🙏🙏
Thanks !!!
Thank you so much for detailed explanation of every data structure. However, for some videos, it is saying only members can watch. What do we do to be a memeber so that we can watch all vidoes?
Super video! I applauded for ₹40.00 👏
Thanks !!!
Thank you!!! Because of you i manage to pass my activity heheh
welcome !!!
Sir please do all the leetcode queations
sir in for loop we apply pop then our peek element is A so A will remove first,but here you said d will remove
i think it would be better if you will provide a whole program not just by how it works so even beginners like me would understand your video better.
its in playlist ... watch video just after this ...
@@itsdineshvaryani there are so many videos that I can't even find the right one
. I'm looking for the whole video of this video. The one with the whole sample program including how reversing a string using stack.
@@clausekinncaparida8096 check for the playlist link in description of video ....
Easy and nice !
Thanks !!!
Really excellent
Thanks a lot !!!
BTW luv ur videos very much
Thanks !!!
Teaching way excellent 👌💯
Thanks !!!
Sir where is the practical of this algorithm
I have published it now. BTW you can follow playlist link provided in description of video. It has all the videos. You will get all the updated videos in this playlist !!!
@@itsdineshvaryani thank you sir❤
Sir, till LinkedList you coded the implementations of each and every methods like insertion, deletion etc.
But here In Stack, why you used collections and generics instead of coding the pop(), push() methods?
you can use same implementations for push and pop ... what we implemented !!!
Sir! What's the time complexity here?
O(n)
@@itsdineshvaryani thanks sir for always helping us❤️🥳
Best
Thanks !!!
While explaining logic don't give the code on screen, it doesn't force to think or implement our own logic as it is already on screen.
But that is how it makes atleast one such concept easier to understand .. it develops different ways to solve problem ... The complete course is built like that ...
@@itsdineshvaryani Yes sir I understand every teacher has their method of teaching