InterviewSolution
Saved Bookmarks
| 1. |
Let, init (L) = {set of all prefixes of L},Let L = {w | w has equal number of 0’s and 1’s}init (L) will contain:(A) all binary strings with unequal number of 0’s and 1’s(B) all binary strings with ԑ-string(C) all binary strings with exactly one more 0’s than number of 1’s(D) None of above |
| Answer» | |