Search code examples
How to find longest accepted word by automata?...

algorithmlanguage-agnosticautomatadfa

Read More
How to apply Kleene star on automata?...

algorithmautomatadfanfakleene-star

Read More
When minimizing DFAs through table fill, should a pair of final states transition to a final/undeter...

automatadfanfa

Read More
How to find the intersection of two NFA...

algorithmintersectionfinite-automatadfanfa

Read More
How can you identify whether the language is regular or context-free language...

dfaformal-languages

Read More
Deterministic Finite Automata for {0,1} Every5-Two0...

pythondfa

Read More
Convert a dfa to rule for a asterisk case...

regexparsinggrammardfaparser-generator

Read More
Are there any steps or rules to draw a DFA?...

finite-automatadfaautomata

Read More
Compiler- DFA (a+b)* vs (a|b)* any difference between both?...

regexcompiler-constructiondfa

Read More
DFA for odd sequences of 1 and 0...

sequencedfa

Read More
Using Closure Properties to prove Regularity...

regular-languagedfa

Read More
Can a DFA have epsilon/lambda transitions?...

finite-automatastate-machineautomatadfaautomata-theory

Read More
Efficient (basic) regular expression implementation for streaming data...

regexstreamdfanfa

Read More
Find all matches of a DFA...

algorithmdfa

Read More
DFAs vs Regexes when implementing a lexical analyzer?...

regexcompiler-constructionlexical-analysisdfa

Read More
Deterministic Finite Automaton of Kleene Star...

regexfinite-automatadfakleene-star

Read More
Build an FA that accepts only the words baa, ab, and abb and no other strings longer or shorter...

computer-sciencefinite-automatadfanfaautomata-theory

Read More
DFA with 4 or 5 states...

automatadfa

Read More
Is this DFA has already been minimized?...

finite-automatadfacomputation

Read More
DFA vs NFA engines: What is the difference in their capabilities and limitations?...

regexfinite-automatadfanfa

Read More
DFA Minimization Brzozowski algorithm...

c++algorithmdfanfaautomaton

Read More
Non-Deterministic Finite Automata of {ab, abc}* in Python...

pythonpython-3.xdfanfa

Read More
DFA for binary numbers that have a remainder of 1 when divided by 3...

dfa

Read More
Can a language have a multiple solution in dfa diagram?...

dfa

Read More
Hopcroft Minimization Issues...

javaalgorithmdfa

Read More
Pumping lemma for regular language...

regular-languagedfacomputation-theorypumping-lemma

Read More
How does the minizinc pentominoes regular constraint example work?...

regexdfaminizincsattiling

Read More
A succinct description of NFA to DFA conversion?...

algorithmfinite-automatadfanfa

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

regexregular-languagefinite-automataautomatadfa

Read More
Convert NFA for email validation into DFA...

dfanfa

Read More
BackNext