Search code examples
Create a DFA that contains "11" or ends with "10"...


automatafinite-automatadfa

Read More
How to detect programmatically if two Globs intersect or not in Node.js?...


node.jsglobautomataminimatch

Read More
How can a programming language that is specified using a context-free grammar, be capable of express...


compilationinterpretercontext-free-grammarautomataturing-machines

Read More
How can I construct a grammar that generates this language?...


grammarcontext-free-grammarautomata

Read More
Regular Expression: Language of all those strings which do not contain substring 'bb'...


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
How to escape stable pattern in conway's game of life?...


algorithmlogicautomataconways-game-of-life

Read More
Designing a Turing Machine's state table...


automataturing-machinescomputation-theory

Read More
Whether this is the general approach for making a DFA for accepting prefix language of a given regul...


regular-languageautomata

Read More
Regular Expression for Automata for Strings that do not end in 01...


regexautomatadfa

Read More
Evaluating Polish Notation in Java with 2 stacks...


javaautomatapostfix-notationprefix-notation

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
Clarification on Regular Language pumping lemma...


parsinggrammarautomata

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 the difference between (a+b)* and (a*b*)*?...


regexcomputer-scienceautomata

Read More
Prove that if ϵ ∈ L1 then L2 ⊆ L2 • L1...


setautomataformal-languagesset-theory

Read More
The set of all strings over {0,1} that do not contain both the sequence “101” and the sequence “010”...


stringsetautomata

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


automatafinite-automatadfa

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


finite-automataautomata

Read More
Deterministic Pushdown automa vs Non-deterministic pushdown Automata...


automata

Read More
Does a language compiler use a complex DFA to accept programs?...


compiler-constructionautomata

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


logiccomputer-scienceautomatafinite-automatanon-deterministic

Read More
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
BackNext