Computer Science, asked by divishagora9303, 1 year ago

Difference between blind search and heuristic algorithm

Answers

Answered by Zisha7
0

Answer:

Heuristic search algorithms have knowledge of where the goal or finish of the graph. For example, in a maze, they would know which path leads in the direction of the goal. Blind search algorithms have no knowledge of where the goal is, and wander "blindly" through the graph.

Similar questions