Name the 2 types of problems:
-Matching Problem
-Finding Problem
Why is a DFA Deterministic?
The initial state and the result of each transition are specified
What are the arrows called?
Called Transitions
What does a double Circle state mean?
It is an Accepting State
What does a single Circle state mean?
It is a Rejecting State
Why is the DFA Finite?
Because sets are finite
What is a decision problem?
Problem that for a given argument, has Yes/No answer.