Minimization of DFA

350 Views Asked by At

I have the following question

enter image description here

I have minimized the DFA as the following since the states can only be partitioned to [S0][S1 S2] enter image description here

EDIT: Is my Minimization correct?