Are my DFA's correct? (arbitrary long sequence of 0's and 1's)...
Read Moreregular Expression in which Letter b in never Tripled...
Read MoreAutomata theory: Formal definition of indistinguishable & distinguishable strings and example co...
Read MoreCan epsilon production be assumed in a left recursive grammar...
Read MoreDFA- Set of all strings whose 10th symbol from the right end is 1...
Read MoreNFA or DFA accepting # of positions of 4k between 0's...
Read MoreC++ code example that makes the compile loop forever...
Read MoreCan I use stack in Turing Machine?...
Read MoreIn Context Free Grammer, do we replace all variable during a substitution? or can we apply substitut...
Read MoreWhen to use Ø for states in DFA / NFA...
Read MoreHow to prevent duplications when generating strings from context free grammar...
Read MoreCan a DFA have epsilon/lambda transitions?...
Read MoreRecursive vs recursively enumerable language in Turing Machines?...
Read Moreconstruct a PDA for the following language...
Read MoreBuild an FA that accepts only the words baa, ab, and abb and no other strings longer or shorter...
Read MoreFind a linear bounded automaton that accepts the language L = { a^{n!} : n >= 0 }...
Read MorePython implementation for the CYK Algorithm...
Read MoreHow to construct a pushdown automata for L={a^nb^m where n<=m<=2n}?...
Read MoreIs the given language a valid CFG?...
Read MoreCan the unreachable state removed in this minimized DFA?...
Read MoreCan I write the empty string inbetween characters forming a string?...
Read MoreHow to Pumping lemma for Regular language...
Read MoreRegular Expression All strings where the number of b’s can be evenly divided by 3...
Read MoreHow to find out the language that accepted by below NPDA...
Read MoreHow many languages does a DFA recognize?...
Read Morehow to transfer between arrays in c#?...
Read MoreWhether a context free language is deterministic context free language...
Read MoreDesign a turing machine that accepts the language L= {a^n+1 b^2n c^3n: n>=0}...
Read More