ROSECODE 019
Minimizing a DFA
Here is a DFA given in the table form
In the minimal representation which states can be represented as just one state? What number is formed if you concatenate the state numbers you have found in increasing order?
| State | a | b |
| 1 | 2 | 4 |
| 2 | 1 | 4 |
| 3 | 1 | 4 |
| 4 | 3 | 3 |
In the minimal representation which states can be represented as just one state? What number is formed if you concatenate the state numbers you have found in increasing order?