In this lesson, students learn about stacks, a linear data structure that follows the LIFO (Last In First Out) principle. Similar to the behavior of real-world stacks, such as a stack of plates or deck of cards, elements of a stack are both inserted and removed from the top of the stack.
Students will be able to:
push()
methodpop()
methodtop()
method size()
and empty()
These are all the activities included in the lesson