InterviewSolution
Saved Bookmarks
| 1. |
The regular expression corresponding to the language L whereL = { x ϵ {0, 1}*|x ends with 1 and does not contain substring 00 } is:(A) (1 + 01) * (10 + 01)(B) (1 + 01) * 01(C) (1 + 01) * (1 + 01)(D) (10 + 01) * 01 |
| Answer» | |