Skip to content

Commit

Permalink
search-algo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam660320 committed May 11, 2022
1 parent 129f339 commit 8c6383e
Show file tree
Hide file tree
Showing 6 changed files with 4,402 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
14 changes: 14 additions & 0 deletions Sam Yang/wk10 - starts 9th May/3-wed/search-algorithms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png)

# Search Algorithms Exercises

## Overview
In this exercise, you'll practice two different implementations of the binary search algorithm:
* An interative implementation
* A recursive implementation

Both implementations are in the `searches.js` file. The "test" folder also has test scripts for both versions of the algorithm.

Make sure that you completed the myGA module for Search Algorithms (link) before completing these exercises.

> Note: the myGA module links out to Codepen for a code challenge on the binary search algorithm. **This exercise is the same as the one here, and is meant to help you prepare for the in class exercises.**
Loading

0 comments on commit 8c6383e

Please sign in to comment.