retagged by
1,353 views
3 3 votes
Subject: Finite Automata
Topic: DFA

Q) Can anyone explain me how i can find the no of strings of length k words that is accepted by a given DFA.

Do post the resources which can be helpful to understand this concept.

1 Answer

Position:
Show:

Related questions

0 0 votes
0 0 answers
2.0k
2.0k views
koushriek asked May 19, 2022
2,006 views
Examples of accepted words: 1011, 101101, 1111Example of non-accepted words: 101, 1001, 010The solution says the min-DFA contains 5 states but I could only do it in 4. Am...