Discussion of week 5 topics

Uninformed Search algorithms

Uninformed Search algorithms

by Shahadate Hossain Sajim -
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. Breath First Search.

3. Uniform Cost Search.