Data Structures and algorithms Flashcards
1
Q
What does the acronym LIFO mean?
A
Last In First Out
2
Q
What methods are available on a Stack data structure?
A
Push, pop, and peek methods
3
Q
What must you do to access the value at an arbitrary point in a stack(not just the top)
A
Pop and peek until you see what you want