Skip to content

Files

Latest commit

cca6eca · Jun 6, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 6, 2019
Jun 6, 2019

Implement a queue using two stacks. Recall that a queue is a FIFO (first-in, first-out) data structure with the following methods: enqueue, which inserts an element into the queue, and dequeue, which removes it.