What principle guides the operations of a stack data structure?
First-in, first-out (FIFO)
Breadth-first search
Random access
Last-in, first-out (LIFO)

Computer Science Exercises are loading ...