1,191 views

1 Answer

Best answer
2 votes
2 votes
1. All strings go to one state- the reject state - there is only 1 class as per Myhill-Nerode theorem and DFA also has just 1 state and no final state.
selected by

Related questions

0 votes
0 votes
1 answer
1
gateexplore asked Jun 11, 2023
455 views
Construct an NFA that will accept string of 0's, 1's and 2's beginning with a 0's followed by an odd number of 1's and ending with any number of 2's. Please give the answ...
3 votes
3 votes
1 answer
2
abhinowKatore asked Jan 14, 2023
560 views
Please explain what is difference between $\overline{L(N)}$ and $L(\overline{N}$) ?
0 votes
0 votes
1 answer
3
atulcse asked Jan 21, 2022
875 views
Given a CFG and a string, what is the relation between the number of leftmost derivations, the number of rightmost derivations and the number of parse trees?
3 votes
3 votes
2 answers
4
Hirak asked May 22, 2019
2,375 views
How many 2 state DFA’s with designated initial state can be constructed over the alphabet Σ = {a, b} that accept empty language ϕ ?(a) 4 (b) 16 (c) 20 ...