Home > Back-end >  NFA/DFA Regular Expression Construction
NFA/DFA Regular Expression Construction

Time:03-17

This is the Image I have right now

Im trying to get it so that we accept Even-length Strings over the alphabet {0,1} of at least length 6 that begin and end with the same symbol. But every time i try i come out with this and it bumps an even amount of string to an odd amount.

CodePudding user response:

does this solve your problem?

example finite automaton

  • Related