Search code examples
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
Ocaml does not recognize else...

syntax-errorocamlfinite-automata

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

finite-automatadfacomputation

Read More
DFA creation and minimization...

automatafinite-automataautomata-theory

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

regexfinite-automatadfanfa

Read More
NFA minimization without determinization...

regexalgorithmlanguage-agnosticcomputer-sciencefinite-automata

Read More
In determinstic finite automata is there any possibility that every state is final state?...

finite-automata

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
Coding a propositional logic parser by hand...

javaparsinggrammarlexerfinite-automata

Read More
Can the unreachable state removed in this minimized DFA?...

automatafinite-automatacomputation-theorydfaautomata-theory

Read More
How many equivalence classes in the RL relation for {w in {a, b}* | (#a(w) mod m) = ((#b(w)+1) mod m...

automatafinite-automata

Read More
How do you draw a DFA for a specific range of binary numbers?...

automatafinite-automatadfa

Read More
How does flex match the beginning of line anchor?...

regexalgorithmflex-lexerfinite-automatanfa

Read More
What is the language of this deterministic finite automata?...

grammarcontext-free-grammarfinite-automatadeterministic

Read More
Need Regular Expression for Finite Automata: Even number of 1s and Even number of 0s...

regular-languagefinite-automatacomputation-theorydfa

Read More
Description of the Kameda-Weiner algorithm?...

algorithmfinite-automataminimization

Read More
Automata and prolog...

prologfinite-automata

Read More
Enter a description of the language accepted by following Deterministic Finite Automata...

finite-automatadfa

Read More
NFA to accept the following language...

numbersautomatafinite-automatadfanfa

Read More
Can a RegEx with negative lookahead be represented as a finite automaton?...

regexcontext-free-grammarfinite-automatasymmetric-difference

Read More
Regex to Finite Automata...

regexfinite-automata

Read More
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
Design a FA to accept L, where L = Strings in which ‘a’ always appears tripled...

finite-automatacomputation-theorydfa

Read More
Removing or adding the empty word from a DFA...

finite-automata

Read More
How to perform FST (Finite State Transducer) composition...

nlpfinite-automatastate-machine

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

regexregular-languageautomatafinite-automata

Read More
What is a real life example of a Moore machine?...

finite-automata

Read More
BackNext