Computer Science, asked by srikanthchiku2428, 1 year ago

Difference between blind search and heuristic search in tabular form

Answers

Answered by Geekydude121
0
  • Blind search is nothing but searching without any information.
  • Heuristic search on the other hand is just the opposite of blind search which means searching with information.
  • In Blind search the search process is very lengthy
  • In heuristic search it is just the opposite of blind search the search process is reduced.    
Answered by Sidyandex
0

Blind Search  Heuristic Search

1. This particular type of searching refers to the search without having concrete information.

1. This type of searching takes place after receiving proper information.


2. Blind search is a more general type of searching thus require more time for accomplishing

2.Heuristic search is a more specific type of searching hence consumes less time for its accomplishment.

Similar questions