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 data structure gives efficient search?

A. B-tree B. binary tree C. array D. linked list

Answers were Sorted based on User's Feedback



Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / tajul bashar

B. binary tree

Is This Answer Correct ?    27 Yes 8 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / honey

A.B-tree

Is This Answer Correct ?    20 Yes 5 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / sathish kumar.t

Binary tree is for efficient search

Is This Answer Correct ?    14 Yes 2 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / yoga

B-Tree.

Is This Answer Correct ?    9 Yes 1 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / balakishore

A.B-tree.

Is This Answer Correct ?    9 Yes 1 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / splurgeop

the correct answer is binary tree.........since a binary
tree has the property that that the left subtree will
always be smaller than the root subtree.so our searchinin
will be refined at each step i.e either we have to search
the left subtree or the rioght subtree.....and this
continuess tilll we either find the element or we find get
to the leaf node and dont find the element(element doest
not exist)...

Is This Answer Correct ?    7 Yes 3 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / wavelet

Binary tree is different from binary search tree(BST)!!

Is This Answer Correct ?    6 Yes 2 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / rajesh

B-tree/B+tree is the right answer.

Is This Answer Correct ?    4 Yes 0 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / piyush

B-Tree is efficient if elements are sorted

Is This Answer Correct ?    4 Yes 0 No

Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list..

Answer / payalgupta

b-tree

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More STL Interview Questions

What is Object Oriental Progam

2 Answers  


why we are using the fork command?.. how it works?

1 Answers  


what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

17 Answers   Config Systems, Google, Wipro,


Difference between Structure and Class in C++?

5 Answers   Caritor,


What Is Operator Overloading in C++?

3 Answers  


Explain References in C++

3 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


What is C++ could you enplane me please?

1 Answers  


When did c++ add stl?

0 Answers  


What do stl stand for?

0 Answers  


how to making game in c++ ?

0 Answers  


How stl is different from the c++ standard library?

0 Answers  


Categories