Search code examples
How many languages does a DFA recognize?...

regular-languageautomatafinite-automataautomatonautomata-theory

Read More
Implementing finite-state machine: run-time error, why?...

c++state-machinefinite-automata

Read More
how do we prove that this language is irregular using the pumping lemma?...

regular-languagefinite-automatacomputation-theorypumping-lemma

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

state-machineregular-languageautomatafinite-automata

Read More
If a DFA is minimized, is it guaranteed that it's complement is also minimized?...

finite-automatacomputation-theorydeterministic

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
Intrusion detection using pattern matching algorithm...

javapattern-matchingfinite-automataintrusion-detection

Read More
DFA to RE (Introduction to Automata Theory, Languages and Computation)...

regexregular-languagefinite-automata

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
String length after kleen's closure in finite-autometa theory...

finite-automatakleene-star

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

regexwildcardmatchingautomatafinite-automata

Read More
Prolog List Represented Graph Traversal...

prologfinite-automatatransitive-closure

Read More
Nondeterministic State Machine understanding...

dslstate-machinefinite-automatanon-deterministic

Read More
Is it TRUE that L^R = L, if and only if L is the language of palindromes?...

automatafinite-automatadfanfaautomata-theory

Read More
Are there any programs to draw and test state machines, turing machines, etc?...

computer-sciencestate-machinefinite-automata

Read More
Automata to regular expression...

regular-languageautomatafinite-automataautomata-theory

Read More
Pumping lemma is used to show a language is non-regular /non-CFL....

context-free-grammarfinite-automatapumping-lemma

Read More
Regular Expression Simplification Issue...

regexcomputer-sciencefinite-automatacomputation-theory

Read More
Language of all strings that has exactly 1 triple b...

stringautomationregular-languagefinite-automata

Read More
DFA for (0001)*, is it correct...

finite-automatacomputation-theorydfaformal-languages

Read More
Regular Languages and Concatenation...

concatenationregular-languagefinite-automatafsm

Read More
DFA for a set {1,2,4,8,..,2^n} written in binary...

automatafinite-automata

Read More
Designing DFA to accept language of even length beginning with 11...

finite-automatadfa

Read More
Role of automata in Compiler Construction...

compiler-constructionautomatafinite-automata

Read More
Prove the language is not context-free?...

finite-automata

Read More
Is this correct NFA graph?...

finite-automataformal-languagesnfa

Read More
Converting an FSA to a regular expression...

regexfinite-automata

Read More
How does a LR(1) parser handles empty rules?...

parsingfinite-automatamenhir

Read More
BackNext