regular expression for L = {w ∈ {a, b}*, Na(w) mod 2 = 1}...
Read Moreconstruct a pushdown automata for L={a^mb^n where n<=m<=2n}?...
Read MoreHow to make this CFG conflict free?...
Read Moreconfusion in finding first and follow in left recursive grammar...
Read MoreUnable to fugure out the Regular Expression of the following...
Read MoreFind a linear bounded automaton that accepts the language L = { a^{n!} : n >= 0 }...
Read MoreWhat is the difference between a Turing Machine and an Algorithm?...
Read MoreTuring machine designing from equation...
Read MoreFinding a grammar or a pushdown automaton that recognizes { a^i b^j b^i a^j | i,j >= 0 }...
Read MoreHow to understand ATN graph generated for ANTLR grammar?...
Read MoreCheck if 2 minimum DFA are equivalent...
Read Moregenerating grammars from a language (formal languages and automata theory)...
Read Moreflower automaton for L = {aa, bb, ba, baa, bba}...
Read MoreTrying to draw a Non- Deterministic Finite Automata...
Read MoreHow to construct a pushdown automata for L={a^nb^m where n<=m<=2n}?...
Read MoreCan the unreachable state removed in this minimized DFA?...
Read MoreHow do I get the context free grammar of this language?...
Read MoreHow many equivalence classes in the RL relation for {w in {a, b}* | (#a(w) mod m) = ((#b(w)+1) mod m...
Read MoreMaking NFA of Regex ^[a-zA-Z0-9]{3,16}$...
Read MoreHow do you draw a DFA for a specific range of binary numbers?...
Read MoreHow many initial states can an NFA and DFA have?...
Read MoreChomsky hierarchy - examples with real languages...
Read MoreResolving shift/reduce conflicts in ply yacc...
Read MoreHow L = {a^n b^m | n,m>=1, n != 3m} is not regular?...
Read MoreNFA to accept the following language...
Read MoreHow to Pumping lemma for Regular language...
Read More