Discussion of week 5 topics

Uninformed search algorithms

Uninformed search algorithms

by Md. Mouvin Ahmmed 192-15-2893 -
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  algorithms are discussed in this section.

1. Depth First Search.

2. Breadth-First Search.

3. Uniform Cost Search.