Question 11618 – Graphs-and-Tree
November 12, 2023Question 10364 – Pipelining
November 12, 2023Question 11223 – Graphs-and-Tree
Which one of the following is blind search?
Correct Answer: C
Question 5 Explanation:
Blind search algorithms have no additional information on the goal node other than the one provided in the problem definition. The plans to reach the goal state from the start state differ only by the order and/or length of actions.
Examples of blind search algorithms are:
1. Depth First Search
2. Breadth First Search
3. Uniform Cost Search
Examples of blind search algorithms are:
1. Depth First Search
2. Breadth First Search
3. Uniform Cost Search
Breadth first search
Depth first search
Breadth first search and Depth first search
None of the given options
Subscribe
Login
0 Comments