InterviewSolution
Saved Bookmarks
| 1. |
Which regular expression best describes the language accepted by the non-deterministic automaton below?(A) (a + b)* a(a + b)b(B) (abb)*(C) (a + b)* a(a + b)* b(a + b)*(D) (a + b)* |
| Answer» | |