Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1015 Bytes

README_401_11.md

File metadata and controls

37 lines (20 loc) · 1015 Bytes

data-structures-and-algorithms-401

Code Challenge 11

Challenge Summary

link for code Challenge on GitHub.com :=> Open Link

Whiteboard Process

Testing Image for code challenge 11

To make Test for the code you have to type 'npm test 11' in the terminal

Code_401_11

Whiteboard for code challenge 11

Code_401_11_Whiteboard

Approach & Efficiency

I used class and quality test to make sure that all of my methods will work

Solution

Implement a Queue using two Stacks. Using 2 - Stack instances to create and manage the queue

Insert Item