Skip to content

Latest commit

 

History

History

005-queueWithStacks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

queueWithStacks

Interview question of the issue #005 of rendezvous with cassidoo.

The question

Write a data structure for a queue using two stacks.

Installing & Running

Just pnpm i to install all dependencies and then pnpm t to run the tests!