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
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 :-)
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.
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 UA-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
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 :-)
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
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 UA-cam platform.
Thank you Naveen sir ...please continue to share your knowledge.
You are awesome Naveen, keep doing these amazing sessions.
Thats what I was talking about @Naveen
Thanks a ton!
Clear explanation thanks a lot sir
Easily explained 😍 thank you so much Naveen..
Another master piece by Naveen,
simplest and easiest explanation.
Data structure.. super naveen👍🏽👍🏽
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
Nice initiative,more videos like this required
Great initiative thanks for starting
Thank you so so much for coming up with this series....thanks a lot 😊😊😊😊😊
Very clear Sir.. Thankyou for the help.
Thanks naveen sir..its really helpful...greate
Superb..great video.. thanks a lot
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);
}
Thanks Naveen !! Much appreciation to you,These are really helpful :)
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.
Nice Explanation.
thanks, clear and nice logic
Thank you Naveeen!
it is worth watching...
Easy to understant
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
Very nice , thanks very much
Hey Naveen, One Quick Question. Why did u assign -1 to Top variable? Can we not assign direct 0 it
?
Do we have more videos related to datastructures and algorithm??
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
Love from Pakistan sir.
Nice
you can use top instead of returnedtop fir use arr[top] then u can do top--;