(10th-April-2020)
There are three uninformed search strategies that do not take into account the location of the goal. Intuitively, these algorithms ignore where they are going until they find a goal and report success.
1. Depth-First Search
2. Breadth-First Search
3. Lowest-Cost-First Search
NP completed problem :Non-deterministic Polynomial time
Comments