Data Structures and Algorithms Flashcards
1
Q
What is the main goal of building a stack?
A
Enforce how you access your data
2
Q
What are the 2 essential operations for a stack?
A
push and pop
What is the main goal of building a stack?
Enforce how you access your data
What are the 2 essential operations for a stack?
push and pop