Search code examples
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
What is the benefit of minimizing a finite automata?...

computer-sciencefinite-automata

Read More
Complement of non-deterministic context-free language...

logiccomputer-scienceautomatafinite-automatanon-deterministic

Read More
Creating a deterministic finite automata...

computer-sciencefinite-automata

Read More
Can I use stack in Turing Machine?...

finite-automataautomataturing-machinesautomata-theory

Read More
Definition of the "DFA for a language"...

finite-automata

Read More
Finite automata, Pushdown automata and Turing machine examples...

finite-automataturing-machinespushdown-automaton

Read More
simulate a deterministic pushdown automaton (PDA) in c++...

c++finite-automatapushdown-automaton

Read More
Using regular expressions check if a particular segment exist in a given string...

c#finite-automataautomata

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

computation-theoryfinite-automatanfanon-deterministic

Read More
Regular Expression to DFA...

regexfinite-automataautomatadfaautomata-theory

Read More
why a^m b^n where m,n > 0 is a regular language but a^n b^n where n > 0 is non regular languag...

regexregular-languagecomputation-theoryfinite-automata

Read More
What is the regular expression for The set of all strings of a's, b's, and c's that cont...

finite-automata

Read More
Use the pumping lemma to show that the following languages are not regular languages L = {anbm | n =...

regular-languageautomatafinite-automatapumping-lemma

Read More
Should a Finite State Machine have a "nested" Finite State Machine?...

c#c#-3.0finite-automata

Read More
The grammar of a language of a NFA state diagram - Antlr v4...

nullantlr4grammarfinite-automata

Read More
Construct Deterministic Accepter for binary string containing at any position...

automatafinite-automatadeterministic

Read More
When to use Ø for states in DFA / NFA...

theoryautomatafinite-automataautomata-theory

Read More
If L = {0^n 1^n | n > 0 } is L^c (complement of L) regular?...

computer-sciencetheoryfinite-automata

Read More
Memory efficient way to store DFA transition table with large alphabet?...

performancefinite-automatamemory-efficient

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

algorithmintersectionfinite-automatadfanfa

Read More
Automata and Regex Theory Tools...

regexcommand-linefinite-automataautomata

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

finite-automatadfaautomata

Read More
Marker positioning in Linear Bounded Automata...

computation-theoryfinite-automata

Read More
Build regular expression...

regular-languagefinite-automata

Read More
Why don't regular expression engines support all set operations?...

regexstate-machineregular-languagefinite-automata

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

finite-automatastate-machineautomatadfaautomata-theory

Read More
What is the fastest way to compute an epsilon closure?...

javaoptimizationfinite-automata

Read More
Deterministic Finite Automaton of Kleene Star...

regexfinite-automatadfakleene-star

Read More
BackNext