Search code examples
DFA over language {0,1}...

automatafinite-automatadfa

Read More
3D Cubic Infinite Cellular Automata Challenge...

algorithmautomatacellular-automataautomata-theory

Read More
What will be the DFA for the regular expression 0(0+1)*0+1(0+1)*1?...

theoryregular-languageautomatadfacomputation-theory

Read More
Turing machine for addition and comparison of binary numbers...

binaryautomatacomputation-theoryturing-machinesturing-complete

Read More
Finite automata to regular expression via state removal...

regexfinite-automataautomata

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

regexfinite-automataregular-languageautomata

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