Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 170 Bytes

019_queuetwostacks.md

File metadata and controls

4 lines (3 loc) · 170 Bytes

Queue Two Stacks

[Date]

Implement a queue with 2 stacks. Your queue should have an enqueue and a dequeue method and it should be "first in first out" (FIFO).