Sociology, asked by muanawma8757, 1 year ago

Difference between blind search techniques and heuristic search techniques

Answers

Answered by rajnandanikumari33
1

Explanation:

it is totally brute in nature because it doesn't have any domain specific knowledge.

it is a very lengthy process

it is also called uninformed or Brute Force search.

large memory is used.

the search process remembers all the unwanted nodes which are no use for the search process.

it doesn't use any special function for searching.

example: depth first search and breadth first search.

Heuristic search:

they use domain-specific knowledge to do the search process.

by the use of heuristic the search process is reduced.

this is called informed search.

no time is wasted in this type of search.

no large memory is used.

heuristic functions are used for searching.

Similar questions