Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.1 KB

README_401_04.md

File metadata and controls

33 lines (19 loc) · 1.1 KB

data-structures-and-algorithms-401

Code Challenge 04

InterView Question

link for code Challenge on GitHub.com : Open Link

link for testing code Challenge 04 on replit.com : Open Link

It was nice challenge ; all of knowledge we studied them in previous courses

Whiteboard Process

Testing Image for code challenge 04

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

Code_401_04

Whiteboard Process Image for code challenge 04

Code_401_04_Whiteboard

Approach & Efficiency

I used for loop , map and quality test to make sure that all of my functions will work I used replit to test my functions before test them on VS Code