Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 288 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 288 Bytes

Search

Search Algorithms!

Available Algorithms

  • Binary Search

Run the test suite:

 node search/binarySearch.test.mjs

Analysis

Run Benchmarks for the different Algorithms via

node search/binarySearch.test.mjs

binary-search.png