English, asked by lakhwinder096, 1 year ago

Two directions in which search process could progress in artificial intelligence

Answers

Answered by parth209
0
1-the questions should be correct
2-the site should be correct to get a correct answer
Answered by Jasleen0599
6

Answer: Generally, there are many ways of using the searching process in the Artificial Intelligence. But the main algorithm followed is BFS (Breadth first search) algorithm and DFS (Depth first search) algorithm.

The breadth first search algorithm expands the lowest node but it creates a lot of storage problem while the depth first search algorithm expands the deepest node but it has no end the searching goes on for infinite nodes.

Similar questions