Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.1 KB

README_401_03.md

File metadata and controls

33 lines (19 loc) · 1.1 KB

data-structures-and-algorithms-401

Code Challenge 03

Binary Search of Sorted Array

link for code Challenge on GitHub.com : Open Link

link for testing code Challenge 03 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 03

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

Code_401_03 Code_401_03 GitHub Test

Whiteboard Process Image for code challenge 03

Code_401_03_Whiteboard

Approach & Efficiency

I used while loop 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