DATA STRUCTURES STACKS Flashcards

1
Q

What does the acronym LIFO mean?

A

Last In First Out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What methods are available on a Stack data structure?

A

push, pop
‘peek, print’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly