Computer Science, asked by lonealeam, 1 day ago

Explain briefly uninformed (Blind search) search and informed search (Heuristic search) with types and sub- types​

Answers

Answered by javedalmas09
0

Answer:

Uninformed Search Algorithms

Uninformed search is a class of general-purpose search algorithms which operates in brute force-way. Uninformed search algorithms do not have additional information about state or search space other than how to traverse the tree, so it is also called blind search.

Following are the various types of uninformed search algorithms:

Breadth-first Search

Depth-first Search

Depth-limited Search

Iterative deepening depth-first search

Uniform cost search

Answered by vinodganvir72
0

Answer:

Uninformed Search Algorithms

Uninformed search is a class of general-purpose search algorithms which operates in brute force-way. Uninformed search algorithms do not have additional information about state or search space other than how to traverse the tree, so it is also called blind search.

Explanation:

Similar questions