Skip to content

davis-byamugisha/php-binary-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

php-binary-search

Binary Search Using PHP - Code sample

This piece of code accepts a string of comma separated values (positive integers) and a search item. Uses binary search to determine if the search item exists in the provided list while at the same time printing to the screen how many tries have been used.

About

Illustrating binary search in PHP with a code sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages