Skip to content

Stacks and Queues

Iris Wang edited this page May 27, 2018 · 15 revisions

Introduction

Stacks and queues are

Stacks

A stack is a

Queues

A queue is a

Key takeaways

  • Stacks are very useful for it's backtracking features. For example, parsing questions tend to use stacks because of the LIFO property.

Example problems

  • Stacks:

  • Queues:

Resources

Guides

Libraries

Clone this wiki locally