1 1 vote Consider the regular language L=(00+0000)* . The minimum number of states in any DFA accepting this languages is? Theory of Computation finite-automata theory-of-computation minimal-state-automata + – iarnav 2.6k views answer comment Share Follow Print See all 10 Comments 10 10 Comments reply Show 7 previous comments iarnav commented Aug 18, 2017 reply Follow flag @Joshi Correct, thanks! 0 0 replyShare Swapan commented Aug 18, 2017 reply Follow flag @joshi can you explain ? I thought it need 5 states 0 0 replyShare suryansh rajput commented Aug 9, 2022 reply Follow flag this language is equivalent to L={even no. of 0’s} so, just requires 2 states only 0 0 replyShare Please log in or register to add a comment.
–1 –1 vote Here L = (00+0000)* means L = {ε, 00, 0000, 000000, ......} Minimum no. of states for DFA = 4 dekabh answered Aug 18, 2017 dekabh comment Share Follow See all 2 Comments 2 2 Comments reply just_bhavana commented Aug 18, 2017 reply Follow flag 1 is not an input symbol here, the only input symbol is 0 1 1 replyShare iarnav commented Aug 18, 2017 i edited by iarnav Aug 18, 2017 reply Follow flag EDIT: Yes, only input symbol is 0. 0 0 replyShare Please log in or register to add a comment.