Search code examples
underscore in my alphabet for finite state automata table...

compiler-constructionfinite-automata

Read More
What is the concatenation of this language with itself?...

mathregular-languagefinite-automataautomataformal-languages

Read More
Simulating regular expressions with deterministic finite automata and the size of the alphabet...

finite-automata

Read More
What's the standard way of implementing an automaton with not-transitions?...

regexfinite-automatadeterministic

Read More
Turing Machines...

finite-automataturing-machinesformal-languages

Read More
Is null string allowed for w, if "w ∈ {a, b}*"?...

finite-automataautomata

Read More
How do I construct a function/type that observes each transition in this state machine?...

haskellfinite-automata

Read More
Deterministic Finite Automata pattern...

algorithmcomputer-sciencefinite-automatadfa

Read More
formal languages: what does R-trivial mean?...

finite-automataregular-languageformal-languages

Read More
Abreviations in a NFA, python...

pythonfinite-automatanfa

Read More
regex for all legit regex's...

regexfinite-automata

Read More
Questions and answer solving books on computer network and finite automata...

computer-sciencefinite-automata

Read More
How to create a union of FSTs from an FST archive (FAR)?...

nlpfinite-automataautomatastate-machine

Read More
How to solve δ(A,01) for this DFA?...

finite-automataregular-languageautomatadfa

Read More
Strange empty string closure of a dfa...

computer-sciencefinite-automata

Read More
Matching a string with a regex in Java...

javaregexfinite-automataautomatadfa

Read More
Is there a relation between DFA and Loop, NFA and recursion?...

finite-automataautomata-theory

Read More
How do I build this finite automaton?...

regexdiscrete-mathematicsfinite-automata

Read More
FSM framework required...

finite-automatastate-machine

Read More
DFA and NFA equivalent language...

finite-automatadfanfa

Read More
How would I convert regular expression to finite automata?...

regexfinite-automataregular-language

Read More
When you are proving a language is decidable, what are you effectively doing?...

finite-automataformal-languages

Read More
Shortest bitstring whose infinite repetition is different after reversal...

stringfinite-automata

Read More
Regex (a?)* not exponential?...

regextheorypcrebacktrackingfinite-automata

Read More
Constructing finite state automata corresponding to regular expressions. Are my solutions correct?...

regexfinite-automata

Read More
How to convert (ab u aab u aba)* into a NFA?...

regexfinite-automatadfanfa

Read More
Regular expression for a grammar...

regexgrammarcontext-free-grammarfinite-automata

Read More
Regular expressions with callback based upon match...

rubyregexcallbackfinite-automata

Read More
How to merge two finite state automata?...

algorithmfinite-automatastate-machinedeterministic

Read More
Which are the best ways to implement a DFA?...

javafinite-automatadfaautomata

Read More
BackNext