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

why does the execution of a c++ program start with main()???

11 Answers  


What is a list in c++ stl?

0 Answers  


why & sign is used in copy constructor

4 Answers  


What is Object Oriental Progam

2 Answers  


write a program to demonstrate,how constructor and deconstructor work under multilevel inheritance

3 Answers   TCS,






5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3

1 Answers  


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

0 Answers  


sir please send me bpcl previous question papers

0 Answers   BPCL Bharat Petroleum,


How do you convert stl to steps?

0 Answers  


What is the name of your birth place?

0 Answers  


Categories