Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Which one is faster?
A binary search of an orderd set of elements in an array
or
a sequential search of the elements.

Answer Posted / ahan

The binary search is faster than the sequential search.The
complexity of binary search is 'log n' where as the
complexity of sequential search is 'n'.Since each time we
are proceeding we have to deal with only half of the
elements of the array than the previous one.So we can easily
get a number from an array of elements through binary search
than sequential search.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of searching are there in data structure?

884


Is duplicate allowed in hashmap?

1123


What are linked lists good for?

911


What is stable sorting method?

1064


What is the similarity between a Structure, Union and enumeration?

1067


Which time complexity is best?

939


Define splay tree?

1018


State the properties of b tree.

1096


How to sort 1 million floating point numbers?

1252


How can we remove loops in a linked list? What are the functions of fast and slow pointers?

1251


Is quicksort divide and conquer?

946


Explain pre-order and in-order tree traversal.

992


What do you mean by separate chaining?

979


Explain binary searching and Fibinocci search?

1002


What is int data type?

994