How many types of search algorithms are there?



How many types of search algorithms are there?..

Answer / Pankaj Gautam

There are primarily two major categories of search algorithms: Linear Search and Binary Search. Within these, there are variations such as Breadth-First Search (BFS), Depth-First Search (DFS), Uniform Cost Search (UCS), Iterative Deepening Depth-First Search (IDDFS), A*" Search, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the difference between length () and size () of arraylist?

1 Answers  


What is Another name of Dynamically allocating memory.

1 Answers  


If I try to add enum constants to a treeset, what sorting order will it use?

1 Answers  


What is adt example?

1 Answers  


create an singly linked lists and reverse the lists by interchanging the links and not the data?

13 Answers   Microsoft, TCS,


What are the complexity of binary search?

1 Answers  


What is comparator interface used for?

1 Answers  


What actions are performed when a function returns?

1 Answers  


Define the tree data structure.

1 Answers  


What is array sort?

1 Answers  


Explain what are the major data structures used in the rdbms?

1 Answers  


What data structure underlies a python list?

1 Answers  


Categories