How to Implement a Stack using a Linked List | Step by step with animations | Study Algorithms

Описание к видео How to Implement a Stack using a Linked List | Step by step with animations | Study Algorithms

Once you understand how the stack data structure works, it becomes quite imperative that you learn how you can go about implementing it yourself. Using a linked list is one way to implement the stack data structure. Watch this video to learn step by step how to create nodes, and arrange them in such a way that you can mimic the stack functionality of LIFO. All along with animations and code implementation in JAVA.

Chapters:
00:00 - Intro
00:59 - Understanding the problem
02:39 - Stacks and Linked Lists
08:28 - Side by side example
11:03 - Dry-run of code
13:28 - Final Thoughts

📚 Links to topics I talk about in the video:
Stack Data Structure:    • Stack Data Structure explained with a...  
Linked List Data Structure:    • Linked List Data Structure explained ...  
Traversing a Linked List:    • Traversing a Linked List | Challenges...  
Arrays:    • Array Data Structure explained with V...  

📘 A text based explanation is available at: https://studyalgorithms.com

Code on Github: https://github.com/nikoo28/java-solut...

📖 Reference Books:
Starting Learn to Code: https://amzn.to/36pU0JO
Favorite book to understand algorithms: https://amzn.to/39w3YLS
Favorite book for data structures: https://amzn.to/3oAVBTk
Get started for interview preparation: https://amzn.to/39ysbkJ

🔗 To see more videos like this, you can show your support on: https://www.buymeacoffee.com/studyalg...

🎥 My Recording Gear:
Recording Light: https://amzn.to/3pAqh8O
Microphone: https://amzn.to/2MCX7qU
Recording Camera: https://amzn.to/3alg9Ky
Tablet to sketch and draw: https://amzn.to/3pM6Bi4
Surface Pen: https://amzn.to/3pv6tTs
Laptop to edit videos: https://amzn.to/2LYpMqn


💻 Get Social 💻
Follow on Facebook at:   / studyalgos  
Follow on Twitter at:   / studyalgorithms  
Follow on Tumblr at:   / studyalgos  
Subscribe to RSS feeds: https://studyalgorithms.com/feed/
Join fan mail: http://eepurl.com/g9Dadv

#datastructure #stack #linkedlist

Комментарии

Информация по комментариям в разработке