Build an FA that accepts only the words baa, ab, and abb and no other strings longer or shorter...
Read MoreIs this DFA has already been minimized?...
Read MoreDFA vs NFA engines: What is the difference in their capabilities and limitations?...
Read MoreNFA minimization without determinization...
Read MoreIn determinstic finite automata is there any possibility that every state is final state?...
Read MoreA succinct description of NFA to DFA conversion?...
Read MoreCheck if 2 minimum DFA are equivalent...
Read MoreCoding a propositional logic parser by hand...
Read MoreCan the unreachable state removed in this minimized DFA?...
Read MoreHow many equivalence classes in the RL relation for {w in {a, b}* | (#a(w) mod m) = ((#b(w)+1) mod m...
Read MoreHow do you draw a DFA for a specific range of binary numbers?...
Read MoreHow does flex match the beginning of line anchor?...
Read MoreWhat is the language of this deterministic finite automata?...
Read MoreNeed Regular Expression for Finite Automata: Even number of 1s and Even number of 0s...
Read MoreDescription of the Kameda-Weiner algorithm?...
Read MoreEnter a description of the language accepted by following Deterministic Finite Automata...
Read MoreNFA to accept the following language...
Read MoreCan a RegEx with negative lookahead be represented as a finite automaton?...
Read MoreIs the following language regular? context free?...
Read MoreSolving and proving a DFA that subtracts and takes the modulus of two elements...
Read MoreRegular Expression All strings where the number of b’s can be evenly divided by 3...
Read MoreDesign a FA to accept L, where L = Strings in which ‘a’ always appears tripled...
Read MoreRemoving or adding the empty word from a DFA...
Read MoreHow to perform FST (Finite State Transducer) composition...
Read MoreWhat is the Language described by this NFA?...
Read MoreWhat is a real life example of a Moore machine?...
Read More