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...


The element being searched for is not found in an array of
100 elements. What is the average number of comparisons
needed in a sequential search to determine that the element
is not there, if the elements are completely unordered?

Answers were Sorted based on User's Feedback



The element being searched for is not found in an array of 100 elements. What is the average number..

Answer / anirban lahiri

Allmost 50 comparison's are required. Because if we use
double pointer instead of single pointer and we run the
algo. untill we get that element. But that ele. is not in
that unordered list then the algo will stop and produces
"No match is found", when the pointers are superimpossed to
each other. That is we set an algo. of two pointer's in the
front and rear end and when each time the matching is not
found then one pointer is go on increasing and the other
one is go on decreasing( in location ).

Is This Answer Correct ?    6 Yes 24 No

Post New Answer

More Data Structures Interview Questions

How many types of data structures are used?

0 Answers  


In an avl tree, at explain what condition the balancing is to be done?

0 Answers  


How will you represent a linked list in a graphical view?

0 Answers  


do records fall under linear or non linear data structures?

0 Answers  


Which is the simplest file structure?

0 Answers  


Why do we use arrays?

0 Answers  


Which interfaces are implemented by concurrentskiplistset?

0 Answers  


What is the difference between hashset and treeset?

0 Answers  


How to copy an array into another array?

0 Answers  


Why do we use dynamic arrays?

0 Answers  


What is the bucket size, when the overlapping and collision occur at same time?

1 Answers  


Explain stacks and queues in detail.

0 Answers  


Categories