Tutorial I
Tutorial I
3. Present finite-state automaton from the following state transition table describing the
type of FSA.
State Input 0 Input 1
q0 q0, q1 q0, q2
q1 q3 null
q2 null q3
q3 null null
4. Evaluate the ordering strategies of NFSA to explore the possible paths through a
machine.