Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Learn Stack data structures in 10 minutes 📚
Play lesson

Data Structures and Algorithms 📈 - Learn Stack data structures in 10 minutes 📚

5.0 (0)
4 learners

What you'll learn

This course includes

  • 4 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

stack data structure tutorial example explained #stack #data #structure // ******************************************************* // stack = LIFO data structure. Last-In First-Out // stores objects into a sort of "vertical tower" // push() to add objects to the top // pop() to remove objects from the top // uses of stacks? // 1. undo/redo features in text editors // 2. moving back/forward through browser history // 3. backtracking algorithms (maze, file directories) // 4. calling functions (call stack) // ******************************************************* music credits 🎼 : =========================================================== Up In My Jam (All Of A Sudden) by - Kubbi https://soundcloud.com/kubbi Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0 Free Download / Stream: http://bit.ly/2JnDfCE Music promoted by Audio Library https://youtu.be/tDexBj46oNI ===========================================================

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere