InterviewSolution
Saved Bookmarks
| 1. |
In the context-free grammar below, S is the start symbol, a and b are terminals, and ϵ denotes the empty stringS → aSa | bSb | a | b | ϵWhich of the following strings is NOT generated by the grammar?(A) aaaa(B) baba(C) abba(D) babaaabab |
| Answer» | |