Stacks (Program 1) – Part 3

preview_player
Показать описание
Data Structures: Stacks (Program 1) – Part 3
Topics discussed:
1) Writing a C program to implement a stack in an array stack_arr[ ] using stack_arr[0] as the top element.
2) Understanding and writing the below functions:
a) isEmpty()
b) isFull()
c) peek()

Music:
Axol x Alex Skrindo - You [NCS Release]

#DataStructuresByNeso #DataStructures #Stacks
Рекомендации по теме
Комментарии
Автор

Hello Sir,
Today I completed watching and understanding all the concepts taught in videos of DSA Playlist. It was an amazing journey of learning DS(Linked List & Stacks) watching your videos.I really appreciate your teaching style, it is the main reason, because of which I feel confident and can visualize the code, and chalk out the solutions for the problems, the way you taught us using animation. I am really lucky to have found your channel when I was about to start DS.

I want to thank you @jaspreetedu sir, for making such a useful playlist.

rohitchilhorkar
Автор

Also, I request you to complete this DSA playlist. It would be really helpful for us.

rohitchilhorkar
Автор

uplaod atleast one video per day.. love your way of teaching ❤️🔥

jasmeetsidhu
Автор

Hi I wanna start learning computer science from ur channel. What courses should I start with?

yeyinthlyan
Автор

Awesome series sir will heap, graph will be included in subsequent Data structure video series?
Agains thanks Nesoacademy for providing such content❤️

rohitpatel
Автор

Sir I request to complete the dsa subject as soon as possible I am waiting for learning from your video lectures only but if there will be delay , I need to go for another lectures

shagunpandey
Автор

sir please upload quickly ...at least upto queue plzzz

zoyedee
Автор

please requesting you to upload the trees videos in dsa

trueindian
Автор

Hey Please Make Videos on every topic asap//

WorldFanatic
Автор

Hello Sir,

When I try to push 3 (10, 20, 40)numbers, 40 is the top element. Pop one integer, and I'm getting output as 20 20. But we should 20 10. Following the same code, may sir or other students guide why and what fix I need to make?

Thanks in advance.

gajendranravichandran