Ex2. (12 points) For each of the following languages, give the state diagrams (in form of JFLAP files) of NFAs that acce
Posted: Tue Jul 12, 2022 8:19 am
Ex2. (12 points) For each of the following languages, give the state diagrams (in form of JFLAP files) of NFAs that accept the below languages. Name the files HW1_part1_Ex2_a.jff, HW1_part1_Ex2_b.jff, HW1_part1_Ex2_c.jff respectively. a. (abc)*a* b. (ba U bb)* U (ab U aa)* c. (ab+a)+