QUESTION 9 The following is a NFA designed for regular expression a(ab+ba)*a Find proper labels for the transitions. 2 3
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
QUESTION 9 The following is a NFA designed for regular expression a(ab+ba)*a Find proper labels for the transitions. 2 3
QUESTION 9 The following is a NFA designed for regular expression a(ab+ba)*a Find proper labels for the transitions. 2 3 OA. 0->1: a; 1->2: a; 2->1: a; 1->3: b; 3-1: b; 1-4: b OB. 0->1: a; 1-2: a; 2-1: b; 1->3: b; 3->1: a; 1->4: a OC.0->1: b; 1->2: a; 2->1: a; 1->3: b; 3->1: b; 1-4: a OD.0->1: a; 1->2: a; 2->1: a; 1-3: b; 3->1: b; 1-4: a