Skip to content

Searches an array for a target using recursion. The size of the array is cut each time it fails to find the target. Template is used so that it can search different types such as int, double, float, char, etc. Once the target is found, the position of the target in the array is shown.

Notifications You must be signed in to change notification settings

meltingpt/Recursive-Binary-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Recursive-Binary-Search

Searches an array for a target using recursion. The size of the array is cut each time it fails to find the target. Template is used so that it can search different types such as int, double, float, char, etc. Once the target is found, the position of the target in the array is shown.

About

Searches an array for a target using recursion. The size of the array is cut each time it fails to find the target. Template is used so that it can search different types such as int, double, float, char, etc. Once the target is found, the position of the target in the array is shown.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages