DATA STRUCTURES STACKS 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
‘peek, print’
3
Q
What must you do to access the value at an arbitrary point in a stack (not just the “top”)?
A
You need to uncover the data preceeeding the value