Page 1 of 1

QUESTION 9 The following is a NFA designed for regular expression a(ab+ba)*a Find proper labels for the transitions. 2 3

Posted: Sun Jul 10, 2022 11:25 am
by answerhappygod
Question 9 The Following Is A Nfa Designed For Regular Expression A Ab Ba A Find Proper Labels For The Transitions 2 3 1
Question 9 The Following Is A Nfa Designed For Regular Expression A Ab Ba A Find Proper Labels For The Transitions 2 3 1 (26.94 KiB) Viewed 62 times
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