What do you mean by complexity of search algorithm?



What do you mean by complexity of search algorithm?..

Answer / Prabhat Saxena

The complexity of a search algorithm refers to the amount of time or resources required to complete the search as a function of the input size. Common notations include Big O notation, which describes the upper bound of the growth rate in terms of the number of operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is sorting an array?

1 Answers  


Mention some drawbacks of the linked list.

1 Answers  


Why do we need sorting algorithms?

1 Answers  


Run time memory allocation is known as in data structure?

1 Answers  


Of the following tree structure, which is, efficient considering space and time complexities? (a) Incomplete Binary Tree (b) Complete Binary Tree (c) Full Binary Tree (b) Complete Binary Tree.

1 Answers  


How to create an Array?

1 Answers  


How is any data structure application is classified among files?

1 Answers  


What is the use of sorting?

1 Answers  


Find duplicates in infinite range. Which data structure to be used to give efficient solution?

1 Answers   Expedia,


What is data type and its types?

1 Answers  


How do you sort in ascending order in arraylist?

1 Answers  


How do you declare An array of three char pointers

1 Answers  


Categories