0 0 votes Theory of Computation theory-of-computation finite-automata + – Çșȇ ʛấẗẻ 613 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote Regular Expression (0+1)* The given epsilon-NFA will accept every string generated from 0 & 1. stillhere answered Feb 26, 2024 stillhere comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote Step1: Convert the NFA with null moves to NFA without null movesStep2: Convert that NFA to DFAStep3: You can get the regular expression from the DFA by using Arden's theorm.The Regular expression will be 0(0+1)(0+1)* m1_lan____ answered Feb 26, 2024 m1_lan____ comment Share Follow 0 reply Please log in or register to add a comment.