Search code examples
Steps to draw a DFA (or NFA) from a simple statement?...


regexdfanfa

Read More
Theory of computer science problems...


pythoncomputer-sciencedfanfa

Read More
a*b* and (ab)* same or not?...


regexgrammarnfa

Read More
State diagram of DFA with 5 states...


dfanfa

Read More
Am I correct? (Finite Automata)...


finite-automataturing-machinesdfanfa

Read More
Conversion of NFA having a missing transition for any input character on initial state to DFA...


computer-sciencecomputation-theoryfinite-automatadfanfa

Read More
Automata theory: Formal definition of indistinguishable & distinguishable strings and example co...


regular-languagefinite-automatadfanfaautomata-theory

Read More
DFA- Set of all strings whose 10th symbol from the right end is 1...


automatadfadeterministicnfaautomata-theory

Read More
NFA or DFA accepting # of positions of 4k between 0's...


automatafinite-automatadfanfaautomata-theory

Read More
Why do we use pumping lemma to prove the non-regularity of languages? WHY?...


regular-languagedfanfapumping-lemma

Read More
can a DFA have an arrow with empty string as input?...


dfanfaautomaton

Read More
Why L={wxw^R| w, x belongs to {a,b}^+ } is a regular language...


automationregular-languagedfanfapumping-lemma

Read More
How to convert NFA to Regular Expression...


regexformal-languagesnfa

Read More
Can all context free grammars be converted to NFA/DFA?...


parsingcontext-free-grammardfanfa

Read More
NFA to DFA conversion = deterministic?...


theorydfanfanon-deterministicautomaton

Read More
NFA that does not accept strings ending "101"...


computation-theoryfinite-automatanfanon-deterministic

Read More
What will be the e-closure(r) in following NFA...


closuresautomatanfaepsilon

Read More
NFA for this specific design...


automatanfa

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
Library to check if two regular expressions are equal/isomorphic...


c++pythoncregexnfa

Read More
CSS "escape" syntax diagram confusion...


csscontext-free-grammarnfaautomaton

Read More
Defining a graph node variant with cycles in OCaml...


graphocamlself-referencenfacyclic-graph

Read More
Finding an NFA with 2 conditions...


algorithmsetboolean-logicnfa

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


regexstreamdfanfa

Read More
Is this NFA correctly accepting inputs that end with a 00?...


nfafinite-state-automaton

Read More
In Non-Deterministic Finite Automata (NFA), how is the next branch/transition selected when there ar...


computation-theorynfa

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
How to Convert an NFA Diagram to a Regular Expression?...


regexnfa

Read More
BackNext