Stacks and Queues

Home > Computer Science > Algorithms and data structures > Algorithm analysis > Stacks and Queues

Useful for maintaining order, and are used in a variety of algorithms to sort or search through data.