Menu Close

Automata Assignment One

Create the RE of the following

  1. Make Regular Expression that do not end by double letter
  2. Make a regular expression that do not contains both substring bba and abb.
  3. Make a Regular Expression Where each word must contains odd number of a’s and odd number of b’s
  4. Make a regular expression where each word contains 3,6,9,12,15,18.. No of a’s.
  5. Language of all those words that contains bbb.
  6. Language of all those strings whose length is multiple of 5.
  7. Language of all those strings which contains at least two b’s
  8. Langauge of all those strings that contains a double letter and have even Length.

Leave a Reply

Your email address will not be published. Required fields are marked *