Amazing and crystal clear explanation of Stack implementation using Array. I was scared of Data Structures since college, but not anymore :) .Thanks Naveen :) . Keep making such amazing videos.
Really needed playlist for those who really wanted to learn data structure and wanted to crack interviews for product based companies. Thank you Naveen
Thanks Naveen for this wonderful explanation of Code. I had been following GFG quite since long but not able to catch up this well. Waiting for more such videos in DSA Series.
Just Love this! It is also surprising and welcoming to see the way you have put up so much of concepts in just 28 minutes. That's a heart stealer for me. Thanks Naveen :-)
One quick feedback - there is quite variation in the voice during the video, even tried using different Platform. Not sure if it was a problem while recording the videos or a problem with TH-cam platform.
thank you so much, sir, in this lockdown period time you are starting very great concept please covers all topic theory and Program also it's good for all of us job purpose also who r looking for job product based company
Thanks Naveen for your sessions. You always come up with something very productive and that's a great series. Just a small correction here... public boolean isFull() { return (top==size-1); }
Amazing and crystal clear explanation of Stack implementation using Array. I was scared of Data Structures since college, but not anymore :) .Thanks Naveen :) . Keep making such amazing videos.
Really needed playlist for those who really wanted to learn data structure and wanted to crack interviews for product based companies.
Thank you Naveen
so damn concise..why cant people explain like this???this is just want i needed..thank you naveen
was waiting for DS&Algo series from long time Great Thanks a lot. Please do tell it's use usage in framework
Thanks Naveen for this wonderful explanation of Code.
I had been following GFG quite since long but not able to catch up this well.
Waiting for more such videos in DSA Series.
you’re my life saver
Thank you Naveen sir ...please continue to share your knowledge.
Just Love this! It is also surprising and welcoming to see the way you have put up so much of concepts in just 28 minutes. That's a heart stealer for me. Thanks Naveen :-)
Clear explanation thanks a lot sir
You are awesome Naveen, keep doing these amazing sessions.
simplest and easiest explanation.
Thats what I was talking about @Naveen
Thanks a ton!
Easily explained 😍 thank you so much Naveen..
Very Good series.Great Help Naveen. One question ...why the top variable has been assigned to -1.Kindly Explain
because always array size starts with 0 right.So when ever we push one element then it will be incremented to 0.
Long awaiting topic. Thanks a lot for starting this series.
Worth waiting for new videos 😉
Regards, Arvind
One quick feedback - there is quite variation in the voice during the video, even tried using different Platform. Not sure if it was a problem while recording the videos or a problem with TH-cam platform.
thank you so much, sir, in this lockdown period time you are starting very great concept please covers all topic theory and Program also it's good for all of us job purpose also who r looking for job product based company
Another master piece by Naveen,
Thanks Naveen for your sessions. You always come up with something very productive and that's a great series.
Just a small correction here...
public boolean isFull() {
return (top==size-1);
}
Nice Explanation.
Data structure.. super naveen👍🏽👍🏽
Very clear Sir.. Thankyou for the help.
Do we have more videos related to datastructures and algorithm??
Thank you so so much for coming up with this series....thanks a lot 😊😊😊😊😊
thanks, clear and nice logic
Great initiative thanks for starting
Nice initiative,more videos like this required
Hey Naveen, One Quick Question. Why did u assign -1 to Top variable? Can we not assign direct 0 it
?
Thanks naveen sir..its really helpful...greate
Superb..great video.. thanks a lot
Easy to understant
Thank you Naveeen!
it is worth watching...
Hi Naveen
You have initialised the array with size 10, at any point after some operation like push or pop. how to know what my stack contains
Thanks Naveen !! Much appreciation to you,These are really helpful :)
Very nice , thanks very much
Hi can you please also post video about recursion?
Can you make a playlist about software testing design pattern for automation testing
Please make full series on dsa! It will help people's to Crack interviews
you can use top instead of returnedtop fir use arr[top] then u can do top--;
Love from Pakistan sir.
Nice