Skip to content

Tanu1tt/codedocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

codedocs

Statement 1 :- Search a sorted array by repeatedly dividing the search interval in half. Begin with an interval covering the whole array. If the value of the search key is less than the item in the middle of the interval, narrow the interval to the lower half. Otherwise, narrow it to the upper half. Repeatedly check until the value is found or the interval is empty.

About

Beginners friendly topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published