Q. Let w be any string of length n is {0,1}*. Let L be the set of all substrings of w. What is the minimum number of states in a non-deterministic finite automaton that accepts L? (Solved)
1. n-1
2. n
3. n+1
4. 2n-1
- c. n+1
1. n-1
2. n
3. n+1
4. 2n-1