Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Queue

Implement Queue with two stacks.

Solutions:

Swift

O(1) amortized for `dequeue` and O(1) for `enqueue`

Installation

Run make to build and run C++ files and run Swift files. Or you can run .playground file.