Search code examples
regular expression for L = {w ∈ {a, b}*, Na(w) mod 2 = 1}...

automata

Read More
construct a pushdown automata for L={a^mb^n where n<=m<=2n}?...

automatacomputation-theorypushdown-automaton

Read More
DFA with 4 or 5 states...

automatadfa

Read More
How to make this CFG conflict free?...

grammarcontext-free-grammarautomata

Read More
DFA creation and minimization...

automatafinite-automataautomata-theory

Read More
confusion in finding first and follow in left recursive grammar...

parsingrecursioncompiler-constructionautomatapushdown-automaton

Read More
Unable to fugure out the Regular Expression of the following...

regexcompiler-constructionregular-languageautomata

Read More
Find a linear bounded automaton that accepts the language L = { a^{n!} : n >= 0 }...

automataautomata-theory

Read More
What is the difference between a Turing Machine and an Algorithm?...

algorithmmathinfiniteautomataturing-machines

Read More
Turing machine designing from equation...

automataturing-machines

Read More
Finding a grammar or a pushdown automaton that recognizes { a^i b^j b^i a^j | i,j >= 0 }...

context-free-grammarautomatapushdown-automatonautomaton

Read More
How to understand ATN graph generated for ANTLR grammar?...

antlrantlr4state-machineregular-languageautomata

Read More
Check if 2 minimum DFA are equivalent...

regexregular-languagefinite-automataautomatadfa

Read More
generating grammars from a language (formal languages and automata theory)...

computer-scienceautomataformal-languages

Read More
flower automaton for L = {aa, bb, ba, baa, bba}...

automata

Read More
Trying to draw a Non- Deterministic Finite Automata...

automatadfanfa

Read More
How to construct a pushdown automata for L={a^nb^m where n<=m<=2n}?...

automatacomputation-theorypushdown-automatonautomata-theory

Read More
Can the unreachable state removed in this minimized DFA?...

automatafinite-automatacomputation-theorydfaautomata-theory

Read More
How do I get the context free grammar of this language?...

context-free-grammarautomatapushdown-automaton

Read More
How many equivalence classes in the RL relation for {w in {a, b}* | (#a(w) mod m) = ((#b(w)+1) mod m...

automatafinite-automata

Read More
Pumping lemma (Regular language)...

regular-languageautomataformal-languagespumping-lemma

Read More
Making NFA of Regex ^[a-zA-Z0-9]{3,16}$...

regexgrammarautomatanfa

Read More
How do you draw a DFA for a specific range of binary numbers?...

automatafinite-automatadfa

Read More
How many initial states can an NFA and DFA have?...

automatadfanfa

Read More
Chomsky hierarchy - examples with real languages...

nlpgrammarcontext-free-grammarautomatachomsky-hierarchy

Read More
Trying to Build DFA...

automatadfa

Read More
Resolving shift/reduce conflicts in ply yacc...

compiler-constructionyaccautomataplylalr

Read More
How L = {a^n b^m | n,m>=1, n != 3m} is not regular?...

automatadfa

Read More
NFA to accept the following language...

numbersautomatafinite-automatadfanfa

Read More
How to Pumping lemma for Regular language...

regular-languageautomataautomata-theorypumping-lemma

Read More
BackNext