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

write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

0 Answers  


how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,


i want a road rash 3d game code if some one know please help me

1 Answers  


HOW TO GET "H1B" -VISA 4 USA FOR MY SON?HE HAD COMPLETED "MS"(IT)FROM AUSTALIA 2007.I AM WORKING IN U.S.A.

0 Answers  


What do you mean by stl?

1 Answers  


How do you convert stl to steps?

0 Answers  


method overloading means what?

2 Answers   CTS,


What Is Operator Overloading in C++?

3 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


What are the different types of stl containers?

0 Answers  


Categories