Search code examples
Is the following language regular? context free?...

context-free-grammarregular-languagefinite-automataautomataformal-languages

Read More
Solving and proving a DFA that subtracts and takes the modulus of two elements...

subtractionautomatafinite-automatacomputation-theorydfa

Read More
Regular Expression All strings where the number of b’s can be evenly divided by 3...

automatafinite-automataautomata-theory

Read More
NFA for Alphabets in Matrix Form...

automatanfa

Read More
What is the Language described by this NFA?...

regexregular-languageautomatafinite-automata

Read More
How to find out the language that accepted by below NPDA...

computer-scienceautomataautomata-theory

Read More
How to design NPDA for accepting these languages?...

computer-scienceautomata

Read More
How to construct NPDA corresponding to the below grammar?...

computer-scienceautomata

Read More
How many languages does a DFA recognize?...

regular-languageautomatafinite-automataautomatonautomata-theory

Read More
Provide a context-free grammar that generates odd length language {w = 0*1* : |w| is odd}...

complexity-theorycontext-free-grammarautomatacontext-free-language

Read More
Is epsilon and empty set languages of NFA? (Nondeterministic Finite Automata)...

automatanon-deterministic

Read More
Does order not matter in regular expressions?...

regexcomputer-scienceregular-languageautomata

Read More
Is (0*1*)* equal to (0 | 1)*?...

state-machineregular-languageautomatafinite-automata

Read More
Unable to construct 4-state NFA for certain regular expression...

regexautomatanfanon-deterministic

Read More
Converting NFA to DFA...

automatanfa

Read More
Construct a new DFA B from A where L(B) = L(A) - {w | w∈E* }...

automatadfa

Read More
concatenation & union - regular and context free languages...

regular-languagefinite-automataautomatacontext-free-language

Read More
Design a turing machine that accepts the language L= {a^n+1 b^2n c^3n: n>=0}...

automatafinite-automataautomata-theoryturing-machines

Read More
NFA to DFA conversion confusion?...

automatadfanfa

Read More
Q: Pumping Lemma Proof...

computer-scienceautomataautomata-theory

Read More
Is there any other way of lexing JavaScript into token except context free grammar provided in ECMAS...

javascripttext-parsingautomata

Read More
Union and Intersection can be a part of Regular Expression?...

regexunionautomatasharepoint-discussion-board

Read More
Nondeterministic finite acceptors basic question...

automatafinite-automata

Read More
Is my description of the language accepted by this DFA?...

automatafinite-automatacomputation-theorydfaautomata-theory

Read More
Python is reading one of my classes in as a variable and giving a reference error...

pythonautomata

Read More
If the string of L consists of 0's only prove that L* is regular...

regular-languageautomata

Read More
Regular Expression of Language {a b} which contains string of Odd Length and must contain atleast on...

regexautomata

Read More
How to understand DFA (Finite Automata)?...

regexwildcardmatchingautomatafinite-automata

Read More
Regex | Containing "bbb"...

regexautomata

Read More
Regular expression over the language C={a,b}...

regular-languagensregularexpressionautomatadfaautomata-theory

Read More
BackNext