Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 869 Bytes

README_401_17.md

File metadata and controls

35 lines (18 loc) · 869 Bytes

data-structures-and-algorithms-401

Code Challenge 17

Challenge Summary

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

Whiteboard Process

Testing Image for code challenge 17

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

Code_401_17

Whiteboard for code challenge 17

Code_401_17_Whiteboard

Approach & Efficiency

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

Solution

Breadth-first Traversal.