Recent questions tagged finite-automata

27 votes
3 answers
933
0 votes
0 answers
943
1 votes
0 answers
945
How do I construct the intersection of two NFAs? Do I need to follow the same cross product method like the DFAs? If so, then how do I handle the epsilon transitions?Plea...
2 votes
2 answers
947
2 votes
1 answer
949
Construct an eqv. NFA for the given ∈-NFAIs this eqv. Nfa correct??Or this oneWhy is thr transition between q0 to q1 of 0,1 ?
0 votes
0 answers
950
2 votes
1 answer
951
2 votes
2 answers
956
The regular expression for the language recognized by the following Finite State Automaton is?$0^* \mid 0^* 1^+$$0^* \mid 11^*$$0^* \mid 0^* 1^+ \mid 0^* 1^+ (0+1)^*$None...
2 votes
1 answer
957
The number of states in a minimal finite automata accepting the empty set is_________.
2 votes
1 answer
959
There exist algorithms to decide if a finite automata accepts the empty set. accepts a finite number of strings. accepts an infinite number of strings. all of...