No video

Data structures: Introduction to stack

  Рет қаралды 603,866

mycodeschool

mycodeschool

Күн бұрын

See complete series on data structures here:
• Data structures
In this lesson, we have described stack data structure as abstract data type.
Lesson on Dynamic memory allocation:
• Pointers and dynamic m...
For practice problems and more, visit: www.mycodeschoo...
Like us on Facebook: / mycodeschool
Follow us on twitter: / mycodeschool

Пікірлер: 138
@mycodeschool
@mycodeschool 10 жыл бұрын
Hi Tejomay, There is no secret recipe. To be good at something, you need to do it for some time. Practice a lot. Solve a lot of problems and that's the only thing needed. Moreover, there are many who would have good programming skills. But not many are willing to teach and not many teach well. That's where we score probably. Check the about us section on our website to know about mentors associated with MyCodeSchool.
@mycodeschool
@mycodeschool 11 жыл бұрын
HI Hani, Check the second video in this playlist - Data structures: List as ADT. You can find a link to playlist in description.
@whocaresifyouexist1374
@whocaresifyouexist1374 3 жыл бұрын
I will work in google someday. Mark my words. Even though i am very bad at programming and building logics i will get better, and i will always remember you guys in my success because you are a part of the reason i am what i am. I will work in google someday . This comment is a promise to myself and a declaration to the world.
@eminbaybarstimurstudent3802
@eminbaybarstimurstudent3802 3 жыл бұрын
Hope you can succeed man, keep up the hard work.
@amritaanshnarain7524
@amritaanshnarain7524 3 жыл бұрын
where you now buddy? Hope you are taking care of yourself.
@ramannaagre7938
@ramannaagre7938 2 жыл бұрын
Just a thought. Google is not everything ! Also, FAANGs are not the only thing.
@thegreenapple5166
@thegreenapple5166 2 жыл бұрын
@Who cares if you exist? ayy...homie checkpoint, how you doing.
@VaibhavBhatnagar-dp7tn
@VaibhavBhatnagar-dp7tn 2 ай бұрын
please update sire
@JCasper19
@JCasper19 10 жыл бұрын
Thank you so much for all these videos! It helps incredibly! Also thanks for using subtitles on the videos, it helps a lot just being able to read things and not enough people on youtube do this. Again thanks for all you do it's awesome!
@mycodeschool
@mycodeschool 10 жыл бұрын
Jeremy Roberts You are most welcome :)
@BulldogMindsetArchive
@BulldogMindsetArchive 8 жыл бұрын
Subtitles definitely help those who don't understand. Awesome initiative!
@SonuSonu-tk5pk
@SonuSonu-tk5pk 7 жыл бұрын
why?in ur country data structures are not taught!!
@jackfrost8969
@jackfrost8969 5 жыл бұрын
@@SonuSonu-tk5pk ever heard about self taught ?
@ravianandrao7761
@ravianandrao7761 3 жыл бұрын
after my research i could conclude that this channel explains concepts in very amazing way right from basics and appropriate examples
@amritaanshnarain7524
@amritaanshnarain7524 3 жыл бұрын
What research?
@ravianandrao7761
@ravianandrao7761 3 жыл бұрын
@@amritaanshnarain7524 Going through different channels and forums as well as their way of explanation. Comparatively this channel seems to be imbibing fundamentals and necessary information
@rebeccakipanga478
@rebeccakipanga478 10 жыл бұрын
OH MY DEAR TEACHER.....YOU ARE THE BEST!!!! THANKS BAYA!!!!
@spicynoooooodles
@spicynoooooodles 3 жыл бұрын
I love the stack ADT! One of the most intuitive data structures that there is and you sir explained it very clearly and comprehensively
@mr.dumpling9241
@mr.dumpling9241 8 жыл бұрын
You produce my go-to videos for really solidifying the concepts. Great work, sir. Best C videos on youtube.
@piki217
@piki217 4 жыл бұрын
i love the part where you mention where stacts are used in real life situations. its something that a lot of people miss to say when teaching. great video.
@pl5778
@pl5778 6 жыл бұрын
as a visual learner, really appreciate all the drawings, make understanding the inner workings really well!
@varunsaproo4120
@varunsaproo4120 9 жыл бұрын
sir being an indian, ur english is amazing
@jkub6425
@jkub6425 6 жыл бұрын
this is first nice and understandable english for indian teacher!! much respect
@vikrant4666
@vikrant4666 6 жыл бұрын
i live in usa and i go to beach many times
@ayushsrivastava5278
@ayushsrivastava5278 6 жыл бұрын
what's ur point dude??
@vikrant4666
@vikrant4666 6 жыл бұрын
my point is yuri gagrin was first one
@singh_mk
@singh_mk 5 жыл бұрын
@@vikrant4666 definitely, not the first
@shahriarmim4696
@shahriarmim4696 5 жыл бұрын
the Top() function is also known as peek() method in JAVA #NoobLearningFact :D
@ritamde9361
@ritamde9361 7 жыл бұрын
The best explanation of data structures ever possible!! Thank you very much!
@hemantpatil1449
@hemantpatil1449 8 жыл бұрын
You are an amazing teacher. Thank you so much and please keep on uploading such videos.
@spad4913
@spad4913 5 жыл бұрын
Thank you so much. You're awesome, this video was so helpful. I wish you were my instructor. You took your time in explaining the basics and it was easy for me to follow through it all
@anjalirana4677
@anjalirana4677 3 жыл бұрын
your voice is always so soothing 😌
@varunsingh3825
@varunsingh3825 7 жыл бұрын
One of the best videos i have ever seen and learned, please please share C++ videos also related OOPs/OOAD/Design principles.. you are real guru
@theodrand
@theodrand 9 жыл бұрын
You are a good teacher/explainer.
@mycodeschool
@mycodeschool 10 жыл бұрын
Hi Sunil, We will get more in DS series soon. Java will take some time.
@swatisharma765
@swatisharma765 7 жыл бұрын
O(1) means that it takes a constant time, like 14 nanoseconds, or three minutes no matter the amount of data in the set. O(n) means it takes an amount of time linear with the size of the set, so a set twice the size will take twice the time. (from::: stackoverflow.com/users/36093/karl)
@suhridmathur6587
@suhridmathur6587 8 жыл бұрын
Simply Amazing. You're best tutor online, and this is no overstatement :)
@dharanishpalreddy9219
@dharanishpalreddy9219 7 жыл бұрын
the best teacher of coding ....
@nehmaheshnair9570
@nehmaheshnair9570 3 жыл бұрын
It was point wise explaination...i really loved it when u said we can take plates from the middle😂😂....explaining with examples was very easy to understand👌👌
@justivyke
@justivyke 10 жыл бұрын
Thank you so much for the videos.. They are realy helpful and absolutely understandable. Please could you make a ideo on heap sort?
@mycodeschool
@mycodeschool 10 жыл бұрын
Igwe Justin Ok, but it will take some time.
@justivyke
@justivyke 10 жыл бұрын
Alright thanks... We can wait for it ;)
@SonuSonu-tk5pk
@SonuSonu-tk5pk 7 жыл бұрын
why?in ur country data structures are not taught!!
@justivyke
@justivyke 7 жыл бұрын
Sonu Sonu, no I dont have a country. ;)
@parthmadan671
@parthmadan671 2 жыл бұрын
@@SonuSonu-tk5pk Does that make sense?
@azizas9366
@azizas9366 8 жыл бұрын
#mycodeschool Will you upload the video about circular list ? Thank you so much ?
@msa-msa-msa
@msa-msa-msa 7 жыл бұрын
This Videos Series is Incredible Awesome!!, you did a really appreciable hard work.
@mycodeschool
@mycodeschool 11 жыл бұрын
Thanks a lot :)
@sakshisoni4151
@sakshisoni4151 5 жыл бұрын
R these videos helpful for GATE preparation??
@563woodcock
@563woodcock 10 жыл бұрын
Sir please make a video on heap sort. Many thanx fr the awesome videos
@jamaanali6089
@jamaanali6089 7 жыл бұрын
i will see 3 lecture of stacks of diffrent subscriber but cant understand but i have seen this all my doubt have clear thank sir
@kalsoomasghar1344
@kalsoomasghar1344 8 жыл бұрын
I wish you were my teacher. It was an excellent video.
@sanjaysmahajan
@sanjaysmahajan 6 жыл бұрын
Simplicity and accuracy in lecture very nice
@mycodeschool
@mycodeschool 11 жыл бұрын
Hi Haifa, Sorry, we could not shoot video on queue in time for you. :( .. All the best for your exam.
@chaudharyadityakumar6149
@chaudharyadityakumar6149 7 жыл бұрын
Easy ,short ,clear and whoww.
@drsaluto
@drsaluto 7 жыл бұрын
I have done a lot of learning and revision of code in C from here. Thank you. Do you have any videos on hash tables? Please link me to where you have posted them if so. Thanks.
@QiMU01
@QiMU01 6 жыл бұрын
I love your videos, mycodeschool! Please make more!
@shafai8133
@shafai8133 5 жыл бұрын
Unfortunately, he cant make more videos, he is dead. :(
@iitnakanpur..
@iitnakanpur.. 4 жыл бұрын
@@shafai8133 True😢😢
@HaniYahya9
@HaniYahya9 11 жыл бұрын
Thank you so much, would you please make a video about dynamic arrays in c++? Thanks
@saiakhil1997
@saiakhil1997 2 жыл бұрын
Thanks for brief explanation
@Haifa992
@Haifa992 11 жыл бұрын
hey thanks for these lessons , really helped me. could you film the queue part sooner i have an exam next Tuesday.
@SG-lz2zq
@SG-lz2zq 10 жыл бұрын
plz also upload videos for queues,hash tables,trees,graphs.! cz dis is really realy helpful !
@ryan-wy4nz
@ryan-wy4nz 8 жыл бұрын
you are a good teacher!
@iamsksuthar
@iamsksuthar 10 жыл бұрын
Hi sir, How about Java Lectures? And more on DC in c/c++? Your videos are really helping us.
@jsrkjsrr6492
@jsrkjsrr6492 8 жыл бұрын
actually ,there is no channel available on the yutub witch is provide coading in c for data structure...
@AnandKumar-kz3ls
@AnandKumar-kz3ls 6 жыл бұрын
just simple and clear
@PrithaMajumder
@PrithaMajumder 6 жыл бұрын
circular linked list????
@DarkSide-vf4wb
@DarkSide-vf4wb 6 жыл бұрын
Suppose the last node you enter is : node* lastNode= new node(); lastNode->data= 4; lastNode->next=head; // This will link the last node back to the head forming a circular linked list.
@boliviabba3520
@boliviabba3520 4 жыл бұрын
The top() can be also called peek
@krishanudutta2943
@krishanudutta2943 3 жыл бұрын
Thanks for this awesome lecture
@usama57926
@usama57926 6 жыл бұрын
thanks for uses of stack
@shivani_raul
@shivani_raul 4 жыл бұрын
The best 👍🙏
@israamousa6587
@israamousa6587 7 жыл бұрын
first thank you for your helping ,second can you explain the implementation of mazes game using stack and queue to help to help for our homework quickly
@TheticblogLive
@TheticblogLive 7 жыл бұрын
loved it, great guide!
@amateurbeginner7538
@amateurbeginner7538 7 жыл бұрын
god bless this guy
@rtnjo6936
@rtnjo6936 4 жыл бұрын
Your video are amazing! TY
@jancheck
@jancheck 11 жыл бұрын
Your videos are AWESOME :)
@syedfaizali734
@syedfaizali734 5 жыл бұрын
thank u sir ur lacture so helpful for us
@tajuddinjoy358
@tajuddinjoy358 7 жыл бұрын
Thank you so much....
@namanjain5592
@namanjain5592 3 жыл бұрын
still gold
@saikrishna1968
@saikrishna1968 8 жыл бұрын
tysm.....I wish u were my teacher
@lavender4322
@lavender4322 7 жыл бұрын
Thank you! You are amazing.
@ParichayChatterjee
@ParichayChatterjee 8 жыл бұрын
@Mycodeschool sir, I wish I had found your videos a bit earlier....bad luck I guess!
@gobindarora007
@gobindarora007 5 жыл бұрын
Better late than never!
@MystiqMiu
@MystiqMiu 6 жыл бұрын
Incredibly helpful~~
@vikrant4666
@vikrant4666 6 жыл бұрын
u r nominated for noble prize for helping the poor people. lol
@usama57926
@usama57926 6 жыл бұрын
thank u
@atrangi_musings
@atrangi_musings 9 жыл бұрын
very nice thanks
@user-ch1eo8pu4o
@user-ch1eo8pu4o 6 жыл бұрын
Thankyou for this!
@vipulgupta5073
@vipulgupta5073 7 жыл бұрын
you have not shown how to Insert node at nth position and also how to delete any node
@kamildino
@kamildino 6 жыл бұрын
Hi good evening I have questions If you help me and thanks. Q/ Write an algorithm to execute infix notation (number consists of more than one rank ) using the stack. Hint:- for example (12+28=40)
@tristanhurley9071
@tristanhurley9071 3 жыл бұрын
well done
@muhammadadnanakmal9590
@muhammadadnanakmal9590 10 жыл бұрын
Awesome explanation of stack but sir tell one thing if your stack is full mean your last index of array contain some data and you want to push data in your stack now your push method give an error or not ??because you don't have space in your stack can you tell me that how we implement this logic in over push method ??
@mycodeschool
@mycodeschool 10 жыл бұрын
Muhammad Adnan Akmal If the stack is full, we either need to throw some error or we need to increase the array size in which we are storing the stack. Increasing size of same array is not possible. So, we can create a new larger array (typically twice the size of previous) and copy all the elements from previous array to new one.
@muhammadadnanakmal9590
@muhammadadnanakmal9590 10 жыл бұрын
mycodeschool sir can you make lecture series of object oriented programming because your way of explanation is very good
@manveernijjar1075
@manveernijjar1075 8 жыл бұрын
Very explained mate :)
@saisrisai9649
@saisrisai9649 6 жыл бұрын
Thank u sir ❤️
@Ushio11.11
@Ushio11.11 6 жыл бұрын
I love your voice😍
@monukumarmodi6551
@monukumarmodi6551 6 жыл бұрын
what are the examples of Stack which is used in product based Company?
@kal5211
@kal5211 3 жыл бұрын
My man!
@thebestfella
@thebestfella 9 жыл бұрын
you are awesome!!!!
@basvanipatil535
@basvanipatil535 6 жыл бұрын
Good job:)
@aybin.v.k9562
@aybin.v.k9562 7 жыл бұрын
thankss......
@changaizkhan6684
@changaizkhan6684 6 жыл бұрын
Great.....
@RaunakRitesh
@RaunakRitesh 8 жыл бұрын
thank you so much :D
@m.sushmamerugumala1099
@m.sushmamerugumala1099 6 жыл бұрын
very good to learners
@sachinmittal7513
@sachinmittal7513 8 жыл бұрын
sir please add videos on java also
@keerthyreddy7778
@keerthyreddy7778 6 жыл бұрын
Sir could u make lessons on structures
@anubhavsarkar3958
@anubhavsarkar3958 8 жыл бұрын
Make a video on html introduction
@technstuff394
@technstuff394 7 жыл бұрын
can u please tell me which software u r using to create these videos
@Xinthose
@Xinthose 4 жыл бұрын
Why does interviewbit.com link to all of your channel's videos? Are you guys affiliated?
@puranjanprithu6337
@puranjanprithu6337 4 жыл бұрын
Make video on circular linked list
@devarapallisrilakshmi8445
@devarapallisrilakshmi8445 4 жыл бұрын
kzbin.info/www/bejne/bnu5o3SsqJqIp7c check here for circular linked list implementation if you like please subscribe to this channel
@puranjanprithu6337
@puranjanprithu6337 4 жыл бұрын
@@devarapallisrilakshmi8445 semester is over...but thanks anyway😊
@jsrkjsrr6492
@jsrkjsrr6492 8 жыл бұрын
if u will put the video's of data structure through c programming in your channel that' better for me....
@sachinmadishetty7978
@sachinmadishetty7978 9 жыл бұрын
sir can u upload more videos in DS THROUGH C!!!!
@davidmalin41
@davidmalin41 10 жыл бұрын
When your are releasing 'java videos'
@mycodeschool
@mycodeschool 10 жыл бұрын
david malin - I am completing the data structures series first. Java videos will take some time. :(
@jsrkjsrr6492
@jsrkjsrr6492 8 жыл бұрын
plz send me link of any channel which can help me...
@Calm_Energy
@Calm_Energy 6 жыл бұрын
are ALL stacks LIFO? Or can a programmer create a FIFO one? I did try to research the answer to this question myself but to no avail, however I found a nice resource along the way: www.cs.cmu.edu/~adamchik/15-121/lectures/Stacks%20and%20Queues/Stacks%20and%20Queues.html
@nallasivakrishna5693
@nallasivakrishna5693 4 жыл бұрын
circular linked lists??
@devarapallisrilakshmi8445
@devarapallisrilakshmi8445 4 жыл бұрын
kzbin.info/www/bejne/bnu5o3SsqJqIp7c check here for circular linked list implementation if you like please subscribe to this channel
@jokkerBANG
@jokkerBANG 4 жыл бұрын
LIFO is like LOFI but backwards
@Monobrow02
@Monobrow02 8 жыл бұрын
"I want to push number 2 onto the stack"... hehe
@prakashshrestha8066
@prakashshrestha8066 6 жыл бұрын
Break the glass and take out the tennis ball
@palashrathore6277
@palashrathore6277 5 жыл бұрын
It is very sad that the man behind the video died in a hit and run accident #RIP Humbelfool !
@iexplainjokestomakethemles1560
@iexplainjokestomakethemles1560 5 жыл бұрын
jokin?
@shairiaaz8298
@shairiaaz8298 3 жыл бұрын
@@iexplainjokestomakethemles1560 nope it's true. Search for Humblefool. He was one of the best coders in India. Sadly he passed away in an accident
@rerfcse8322
@rerfcse8322 9 жыл бұрын
U R MY GOD ..I CAN SIMPLY SAY THAT
@trava4156
@trava4156 4 жыл бұрын
annndddd didnt help...
@anubhavsarkar3958
@anubhavsarkar3958 8 жыл бұрын
Make a video on html introduction
Data structures: Array implementation of stacks
13:09
mycodeschool
Рет қаралды 851 М.
Кадр сыртындағы қызықтар | Келінжан
00:16
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 67 МЛН
Data structures: Introduction to Trees
15:50
mycodeschool
Рет қаралды 1,4 МЛН
Stack Data Structure And Operations | C Programming Example
24:05
Portfolio Courses
Рет қаралды 18 М.
What REALLY is Data Science? Told by a Data Scientist
11:09
Joma Tech
Рет қаралды 3,8 МЛН
3.1 Stack in Data Structure | Introduction to Stack | Data Structures Tutorials
17:40
every good programmer should know how to code this data structure (its easy)
21:08
Pointers and dynamic memory - stack vs heap
17:26
mycodeschool
Рет қаралды 1,4 МЛН
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 2,1 МЛН
Кадр сыртындағы қызықтар | Келінжан
00:16