why blind search become better than heuristic search
Answers
Answered by
16
Answer:
Blind Search - searching without information. For example : BFS (one of blind search method). ... Because we don't have information, so just generate all. Heuristic Seach- searching with information.
Similar questions