-
Notifications
You must be signed in to change notification settings - Fork 254
Stacks and Queues
Iris Wang edited this page May 27, 2018
·
15 revisions
Stacks and queues are
A stack is a
A queue is a
- Stacks are very useful for it's backtracking features. For example, parsing questions tend to use stacks because of the LIFO property.
-
Stacks:
-
Queues: