Which data structure gives efficient search?
A. B-tree B. binary tree C. array D. linked list
Answer Posted / 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 |
Post New Answer View All Answers
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
What is meant by stl in c++?
Is there any error below, its a code to delete all entires from a map #include
Who created stl?
Why should a c++ programmer be interested in stl?
sir please send me bpcl previous question papers
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
What is a stl vector?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
How do I convert a stl file?
Can we use stl in coding interviews?
When did c++ add stl?
What is stl stand for?
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.