Search code examples
Generating a regular expression from a language...

regexregular-languagelexical-analysisdfanfa

Read More
Haskell program that can handle any arbitrary deterministic finite automaton...

haskelldfa

Read More
How to parse an input string for matches given a DFA...

regexparsingdfa

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

automatafinite-automatadfanfaautomata-theory

Read More
Compiler Construction - Why does some tokens requires a final state with a backtrack?...

compiler-constructionlexical-analysisdfa

Read More
Deterministic Finite Automata divisibility problem...

automatadfa

Read More
Design DFA accepting binary strings divisible by a number 'n'...

regexautomatadfa

Read More
Can a DFA be designed to accept any language?...

dfa

Read More
DFA delete not acceptable characters...

listprologdfa

Read More
Formulation of language and regular expressions...

regexdfaformal-languagesautomaton

Read More
time complexity trade offs of nfa vs dfa...

compiler-constructiontimetime-complexitydfanfa

Read More
When do Turing Machines have final states?...

dfanfaturing-machines

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

finite-automatacomputation-theorydfaformal-languages

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

finite-automatadfa

Read More
Please help me covert the dfa to regular expression...

regexautomatadfa

Read More
DFA without final state...

regular-languagedfastate-machine

Read More
What if all states are accepted in Minimizing Deterministic Finite Automata with Hop-croft Algorithm...

compiler-constructionautomatadfa

Read More
In a DFA, does trapped state have a transition on every symbol of the alphabet?...

statedfa

Read More
Automaton DFA implementation not working using Java...

javacomputer-sciencedfaautomaton

Read More
Building a DFA that accepts a language with an union...

finite-automatadfaformal-languages

Read More
Why Doesn't This NFA Accept Empty String?...

lambdaautomatadfanfa

Read More
How Can I Tell if a DFA Accepts an Empty String?...

automatadfa

Read More
Can a DFA state have two arrows pointing to it with the same value?...

dfa

Read More
Deterministic Finite Automata...

automatadfa

Read More
how do i represent transitions when writing a code for a dynamic DFA?...

javafinite-automatacomputation-theorydfa

Read More
A guide to the right path on accomplishing the haskell commands...

haskelldfadeclarative

Read More
Trying to implement DFA but the code is generating errors...

pythondfa

Read More
Show a language is infinite...

infinitedfaformal-languagespumping-lemma

Read More
CFL Pumping Lemma L = {a^n b^m c^k d^k | n>m}...

context-free-grammardfaformal-languagescontext-free-languagepumping-lemma

Read More
boost string matching DFA...

c++regexboostunicodedfa

Read More
BackNext