Skip to content

sf-wdi-25/binary_search_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Merge Ruby Implementation

##Specs

#binary_search returns the index of an element if it exists in the array

##Steps

  • Recall how binary_search works
  • Write a test that will return an index of an element that is found
  • Write a test that will return a -1 when an element is NOT found in an array
  • Write up to three more tests on your own that demonstrate solid edge-case coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages