Search code examples
Finite automata to regular expression via state removal...


regexfinite-automataautomata

Read More
Is there a typical state machine implementation pattern?...


cdesign-patternsfinite-automata

Read More
Are my DFA's correct? (arbitrary long sequence of 0's and 1's)...


regular-languagefinite-automatadfaautomata-theory

Read More
Understanding (and forming) the regular expression of this finite automaton...


regexfinite-automataregular-languageautomata

Read More
Finite state automata as (programming) language acceptors...


programming-languagesfinite-automatastate-machine

Read More
Turing Machine for {XF*X|F)*...


finite-automataturing-machines

Read More
Does C# include finite state machines?...


c#.netdesign-patternsfinite-automatafsm

Read More
Create a DFA that contains "11" or ends with "10"...


automatafinite-automatadfa

Read More
Regular expression for L = {w|w doesn't contain the substring 110} over the alphabet Σ = {0,1}...


regexregular-languagefinite-automata

Read More
Find a finite automata that for the language L={0,1,2} | needs to include 1002 1,2 are odd and 0 is ...


automatafinite-automata

Read More
a challenging finite automata - what is the language?...


statestate-machinecomputation-theoryfinite-automatadfa

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


finite-automataturing-machinesdfanfa

Read More
Automaton that recognizes a language without 3 consecutive zeros...


regular-languagefinite-automata

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


computer-sciencecomputation-theoryfinite-automatadfanfa

Read More
Finite Automata string not ending with ba...


finite-automata

Read More
How do I make a string validator for Deterministic Finite Automata?...


javascriptfinite-automatadeterministic

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


regular-languagefinite-automatadfanfaautomata-theory

Read More
How useful is Turing completeness? are neural nets turing complete?...


neural-networkfinite-automataturing-completestate-machine

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


automatafinite-automatadfanfaautomata-theory

Read More
How should one proceed to prove (or find) if two regular expressions are same or equivalent?...


regexfinite-automataregular-languageequivalence

Read More
Minimum number of states in a DFA having '1' as the 5th symbol from right...


finite-automatadfacomputation-theory

Read More
Writing the production rules of this finite state machine...


parsinggrammarstate-machineautomatafinite-automata

Read More
what is the meaning of {} in the regular expressions {a + ab}*...


automatafinite-automata

Read More
What is a finite state transducer?...


computer-scienceterminologyfinite-automatatransducer

Read More
Design DFA accepting decimal strings divisible by 7...


automatafinite-automatadfa

Read More
How to draw the FA or NFA of b*(ab)*a*...


finite-automata

Read More
Difference between transition diagram and finite automata...


finite-automataautomata

Read More
What is the application of automata?...


finite-automata

Read More
How can I construct finite automata...


finite-automata

Read More
Why is {a^nb^n | n <= 10} regular?...


computer-scienceregular-languagefinite-automatafsmformal-languages

Read More
BackNext