Which data structure gives efficient search?
A. B-tree B. binary tree C. array D. linked list
Answer Posted / narendra singh
the correct answer is binary tree. becooooouse it devides
the searching processing into 2 parts. first left another
one is right side .it will proceed from root if the number
you are searching is smailler than tha root value . it
will search that number to left side and if number is
greater than the root it will go to right side.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is stl open source?
Is there any error below, its a code to delete all entires from a map #include
What is the use of stl?
What is a stl vector?
What is meant by stl in c++?
How is stl different from c++ standard library?
What is stl in c++ with example?
Who wrote stl?
Why should a c++ programmer be interested in stl?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
What is a standard template library (stl)?
When did c++ add stl?
What are the different types of stl containers?
What is the stl, standard template library?
What is stl in oop?