Computer Science, asked by alphashahkhan1187, 11 months ago

Explain uninformed search in artificial intelligence

Answers

Answered by mersalkeerthi46
0

An uninformed (a.k.a. blind , brute-force ) search algorithm generates the search tree without using any domain specific knowledge. The two basic approaches differ as to whether you check for a goal when a node is generated or when it is expanded.

Similar questions