Binary Search

What is a Binary Search?

Showing Answers 1 - 9 of 9 Answers

sreenivasan

  • Sep 7th, 2011
 

binary search is used to get the more data from internal table instead of linear search ,and binary search is the faster and efficient .

  Was this answer useful?  Yes

Dinesh

  • Feb 4th, 2015
 

Binary search is a searching algorithm in which the whole data in spitted into two parts and searching is started from one of the part. In normal search data is searched linearly from top to bottom which is less efficient than binary search.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions