Discussion of week 5 topics

Uninformed Search Algorithms.

Uninformed Search Algorithms.

by Md. Masud Rana -
Number of replies: 0

The search algorithms in this section 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. Uninformed search is also called Blind search.

The following uninformed search algorithms are discussed in this section.

1. Depth First Search.

2. Breadth-First Search.

3. Uniform Cost Search.