Search code examples
DFA and Regular Expression...

regexregular-languageautomatacomputation-theorydfa

Read More
Meaning of combined states in DFA...

automatadfanfa

Read More
Construct DFA for L = {(na(w)-nb(w)) mod 3>0}...

automatafinite-automatadfa

Read More
Pair of Zeros separated by 1's NFA?...

finite-automatacomputation-theorydfanfa

Read More
DFA that contains 1101 as a substring...

automatadfa

Read More
Minimal DFA for whole-words in regex...

regexdfa

Read More
NullPointerException for my States in my DFA?...

javanullpointerexceptiondfa

Read More
{w is in {a,b}*|w contains b only in some odds position}...

regexregular-languagedfapumping-lemma

Read More
Space meaning in DFA?...

regular-languagefinite-automataautomatadfa

Read More
Regular expression in Automata Theory?...

regular-languagedfaautomata-theory

Read More
How to determine which language is simpler...

regular-languagefinite-automataautomatadfa

Read More
Show that the language is decidable...

dfadecidable

Read More
Creating a DFA at run time. How many states?...

c++dfa

Read More
Converting regex to a NFA transistion table...

transitiondfaformal-languagesnfa

Read More
Creating a DFA from : x^a y^b x^a...

regexdfa

Read More
Cross product of incomplete DFA's...

dfacross-product

Read More
Converting DFA to RE...

regexregular-languagefinite-automatadfa

Read More
Deterministic Finite State Automaton (DFA) Exam Q...

dfadeterministic

Read More
Estimate the number of states in a DFA (intersection)...

intersectionfinite-automatadfa

Read More
DFA that accepts strings over {b} of length 2i+5k for any non-negative values of i and k...

algorithmfinite-automataautomatadfa

Read More
Is it possible for a DFA to change its state to a new state without accepting any input symbol...

finite-automataautomatadfa

Read More
Find the DFA for the language L given...

automatadfanfa

Read More
DFA to mathematical notation...

mathcomputer-sciencefinite-automatadfa

Read More
Why is E(dfa) a decidable language?...

language-agnosticprogramming-languagesdfaturing-machinesdecidable

Read More
Need to construct DFA (deterministic finite automaton)...

regular-languagefinite-automatacomputation-theorydfa

Read More
DFA running time is not O(n) but O(nm)...

algorithmbig-odfanfa

Read More
Implementing a code to simulate a finite automaton nondeterministic in c++...

c++dfaautomaton

Read More
DFA construction in Knuth-Morris-Pratt algorithm...

stringalgorithmsubstringdfaknuth-morris-pratt

Read More
dk.brics.automaton gets into infinite looping when given regex "a.b"?...

regexlexical-analysisdfaautomaton

Read More
Parallel regex matching with NFA vs DFA? Which one is faster?...

regexparallel-processingcomputer-sciencedfanfa

Read More
BackNext