0

I have this language {0+1+0+} and i need to prove it is regular,i had the idea to use the closure properties but i can find any regular languages to unify perhaps.Any ideas?

Jmk
  • 13
  • 2

1 Answers1

0

Build a finite state machine. Or look up the definition, your definition will either say "there's a finite state machine", or "it's defined by a regular expression".

gnasher729
  • 29,996
  • 34
  • 54