edited by
445 views
0 votes
0 votes
How many no. of states in DFA for the following required expression?
$(a + b + c) (a + b + c) (a + b + c) (a + b + c) ……… (n – 2)$ times $(a + b + c)^{+}$
$(1) $ $n – 1$
$(2) $ $n$
$(3) $ $n + 1$
$(4) $ $n + 2$

 Plz confirm me the answer . Is it $(n-1)$ or $n ?$

edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
srestha asked Apr 5, 2019
453 views
Using best first search for a shortest path from A to Z, the order in which nodes are considered best for the path is (Note :- that these are node orders not full paths.)...
1 votes
1 votes
1 answer
3
srestha asked Apr 11, 2019
564 views
The regular expression 0*(10*)* denote the same set as(1) (1*0)*1*(2) 0+(0+10)*(3) (0+1)*10(0+1)*(4) None of theseIsnot 1) as same as given expression?
1 votes
1 votes
0 answers
4
srestha asked May 24, 2019
1,308 views
$1)$How circular queue can be implemented?$2)$ For which data structure circular queue cannot be implemented?$(A)$Array $(B)$ Singly Linked List $(C)$ Doubly Linked List...