MCQOPTIONS
Saved Bookmarks
| 1. |
The set of all strings over ={a,b} in which a single a is followed by any number of b s a single b followed by any number of a s is? |
| A. | ab* + ba* |
| B. | ab*ba* |
| C. | a*b + b*a |
| D. | None of the mentioned |
| Answer» B. ab*ba* | |