Search code examples
Can I use stack in Turing Machine?...

finite-automataautomataturing-machinesautomata-theory

Read More
Convert regular expression to CFG...

regexgrammarautomata

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

c#finite-automataautomata

Read More
How to work with weighted automata dataset for Keras Regression...

pythonkerasregressionautomata

Read More
Plotting Automata Grid Iterations in R...

rplotautomata

Read More
Design a PDA of all strings of 0's and 1's that are not of the form ww^R...

automatacomputation-theorypushdown-automaton

Read More
Is it possible for a computer to "learn" a regular expression by user-provided examples?...

regexartificial-intelligencetheoryautomatagrammar-induction

Read More
Regular Expression to DFA...

regexfinite-automataautomatadfaautomata-theory

Read More
DFA that will accepts the string having odd number of 1's and odd number of 0's...

automatadfa

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
Deterministic finite automata - state diagram...

automata

Read More
Simplify Regular Expression, Automata Theory...

regexregular-languageautomata

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 find longest accepted word by automata?...

algorithmlanguage-agnosticautomatadfa

Read More
How to apply Kleene star on automata?...

algorithmautomatadfanfakleene-star

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

automatafinite-automatadeterministic

Read More
Cell automat in Java...

javaarrayscellautomata

Read More
In Context Free Grammer, do we replace all variable during a substitution? or can we apply substitut...

theorycontext-free-grammarautomatacontext-free-languageautomata-theory

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

theoryautomatafinite-automataautomata-theory

Read More
When minimizing DFAs through table fill, should a pair of final states transition to a final/undeter...

automatadfanfa

Read More
How do I see that there is a conflict in the LR(0) items automata?...

parsingcompiler-constructionautomatalr-grammar

Read More
What is the point of the 4 grammars specified in Chomsky hierarchy?...

automataformal-languagescompiler-theorychomsky-hierarchy

Read More
Check whether it accepts a finite determinant automaton at least one word of length k, if so - print...

haskellautomata

Read More
Automata and Regex Theory Tools...

regexcommand-linefinite-automataautomata

Read More
Does aabbabb belong to the regular expression ((a*| b*)bb)*?...

context-free-grammarregular-languageautomatalanguage-theory

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

finite-automatadfaautomata

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

finite-automatastate-machineautomatadfaautomata-theory

Read More
How to convert nested function call tree to state machine?...

javascriptalgorithmparsingstate-machineautomata

Read More
How to implement a basic iterative pushdown automaton parsing algorithm with literal states and tran...

javascriptalgorithmtreeautomata

Read More
BackNext