Search code examples
Finite State Machine in Objective-C...

objective-coopfinite-automata

Read More
Is it possible to express a language with infinite number of strings using a finite regular expressi...

regexregular-languagefinite-automata

Read More
Constructing a finite automaton to prove L is regular...

regexfinite-automataautomata

Read More
Automata theory and Functional programming...

functional-programmingfinite-automataimperative-programming

Read More
Why can I transform the regular expression 1*0 + 1*0(0+1)*(0+1) to 1*0(0+1)*?...

regexfinite-automata

Read More
Performance characteristics of a non-minimal DFA...

finite-automataautomatadfa

Read More
How to represent a coffee machine using DFA?...

finite-automata

Read More
Pumping lemma to show that `{a^n b^m | n=km for k in N}` is not regular...

regular-languagefinite-automatadfapumping-lemma

Read More
Java line of code on DFA...

javafinite-automata

Read More
In this minimal perfect hashing function, what is meant by FirstLetter and Predecessor?...

finite-automataperfect-hash

Read More
What is the regex equivalent of this finite automaton?...

regexregular-languagefinite-automata

Read More
Do not understand empty string in finite automata from regular expression...

regexfinite-automata

Read More
Can All States Be Final In A Deterministic Pushdown Automata?...

finite-automataautomatapushdown-automatonautomata-theory

Read More
DFA for this language...

computer-sciencefinite-automatadfacomputation-theoryautomata-theory

Read More
Constructing a Moore Machine...

outputfinite-automatacomputationboyer-mooretransducer-machines

Read More
The union of two determinstic finite automata?...

computer-sciencefinite-automata

Read More
How to convert NFA/DFA to java?...

javafinite-automataautomatastate-machine

Read More
Creating context free grammars for languages...

context-free-grammarfinite-automata

Read More
finite state or suffix tree...

computer-sciencefinite-automatasuffix-tree

Read More
What are three dots in this DFA?...

finite-automatadfaautomatanfaautomata-theory

Read More
Construct a DFA for the following language: all strings that have at least three 0s and at most two ...

finite-automata

Read More
Construct finite automata...

regexfinite-automatadfanfa

Read More
Checking if a Language is Regular...

regular-languagefinite-automata

Read More
Turing machine that accepts strings with an equal beginning and end length...

finite-automataturing-machinescomputation

Read More
how to correct a slightly incorrect DFA, for a given correct input string?...

finite-automatafsmdfaautomata

Read More
Finite Automata Definition of language...

finite-automata

Read More
Is this the correct way to use the pumping lemma?...

regular-languagefinite-automataformal-languagespumping-lemma

Read More
automata theorem: existance of a DFA...

finite-automataautomataformal-languages

Read More
Constructing DFAs/NFAs What does the following notation mean: L = Σ* - λ...

discrete-mathematicsfinite-automata

Read More
Same number of a's and b's but never more than three more of one letter than the other when ...

regexfinite-automatastate-machine

Read More
BackNext