Search code examples
NFA that does not accept strings ending "101"...

computation-theoryfinite-automatanfanon-deterministic

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
why a^m b^n where m,n > 0 is a regular language but a^n b^n where n > 0 is non regular languag...

regexregular-languagecomputation-theoryfinite-automata

Read More
Writing lambda calculus higher order recursion scheme in Haskell...

haskellrecursiontypeslambda-calculuscomputation-theory

Read More
If A is in RP and there is a polynomial time reduction from B to A then B in RP?...

computer-sciencecomplexity-theorycomputation-theoryrandomized-algorithm

Read More
eigenvectors created by numpy.linalg.eig have dots instead of data...

pythonnumpycomputational-geometrycomputation-theorycomputation

Read More
Is a*b* regular?...

regular-languagecomputation-theory

Read More
SICP exercise 3.20 - understand the envrionmental diagram (missing binding in my diagram)...

pythonschemecomputation-theorysicplexical-scope

Read More
What can NOT be described by a PCRE regex?...

phpregexpcrecomputation-theory

Read More
Front-End and Back-End calculating different amounts? Should the calculation be done in the same pla...

frontendbackende-commercecomputation-theory

Read More
Construct grammar given the following language {a^n b^m | n,m = 0,1,2,...,n <= 2m}...

grammarcontext-free-grammarcomputation-theorycontext-sensitive-grammar

Read More
Can ROM be called SAM(Sequential Access Memory)?...

memoryramcpu-cachecomputation-theoryrom

Read More
Why is this an invalid Turing machine?...

state-machinecomputation-theoryturing-machines

Read More
Marker positioning in Linear Bounded Automata...

computation-theoryfinite-automata

Read More
Prove that we can decide whether a Turing machine takes at least 100 steps on some input...

computation-theoryturing-machinesdecidable

Read More
In Non-Deterministic Finite Automata (NFA), how is the next branch/transition selected when there ar...

computation-theorynfa

Read More
construct a pushdown automata for L={a^mb^n where n<=m<=2n}?...

automatacomputation-theorypushdown-automaton

Read More
How to translate this description into a language?...

computation-theorypumping-lemma

Read More
Turing machine with one state that converts binary to decimal...

computer-sciencecomputation-theoryturing-machinescomputer-science-theory

Read More
Prefix of a string...

stringtheoryprefixcomputation-theory

Read More
Recursive set or not...

algorithmcomplexity-theorycomputation-theoryturing-machines

Read More
How to define a function with Church numerals in lambda-terms?...

functionlambda-calculuscomputation-theorychurch-encodingcomputability

Read More
Implementation of a context-free grammar for logical operators with parentheses...

parsingcontext-free-grammarcomputation-theorycontext-free-language

Read More
Computational cost of making Anagrams from two strings using symmetric difference in python...

pythonalgorithmsetcomputation-theory

Read More
Example problems not in P nor in NP-complete but in NP...

computer-sciencetheorycomplexity-theorycomputation-theory

Read More
Is it possible to create an HTML quine?...

htmlcomputer-sciencecomputation-theoryquine

Read More
How do you prove whether a simple unmeaningful code is computable or not?...

ccomputation-theoryformal-verificationformal-methodscomputability

Read More
How to get the second leftmost derivation in this example?...

context-free-grammarcomputation-theoryambiguity

Read More
Algorithmic Complexity Analysis: practically using Knuth's Ordinary Operations (oops) and Memory...

performancealgorithmtheorycomputation-theoryforth

Read More
Pumping lemma for regular language...

regular-languagedfacomputation-theorypumping-lemma

Read More
BackNext