Complete list of answers to the list of questions about the regular expression to NFA transformation example

  1. The last operator of r is the second + operator.

    (ab+b)* + (a + ba)a

    1. There are 3 operators in s = (ab+b)*, one of each type.

    2. The last operator of s is the * operator.

    3. In this case, there is only one subexpression s' = ab+b.

  2. All unlabeled arcs in the transition diagram below are epsilon transitions.

  3. All unlabeled arcs in the transition diagram below are epsilon transitions.

  4. All unlabeled arcs in the transition diagram below are epsilon transitions.

  5. All unlabeled arcs in the transition diagram below are epsilon transitions.