Term
|
Definition
Systematic
Uninformed
Optimal in steps
exhaustive
Complete |
|
|
Term
When using Breadth-First what do we mean by: Systematic |
|
Definition
|
|
Term
When using Breadth-First what do we mean by: Uninformed |
|
Definition
no prior knowledge of the problem it's trying to solve |
|
|
Term
When using Breadth-First what do we mean by: Optimal in steps |
|
Definition
Any solution found is “best” - not option anymore - fact ex. fewest number of steps |
|
|
Term
When using Breadth-First what do we mean by: Complete |
|
Definition
Will find a solution if it exists - "I will find A solution" |
|
|
Term
When using Breadth-First what do we mean by: exhaustive |
|
Definition
Will find a solution if the state space is finite |
|
|
Term
What are some details about exhaustive? |
|
Definition
it is systematic
Unprocessed nodes are never removed |
|
|