Search code examples
Whether a context free language is deterministic context free language...

computation-theoryautomata-theorydecidable

Read More
If a DFA is minimized, is it guaranteed that it's complement is also minimized?...

finite-automatacomputation-theorydeterministic

Read More
Verify wether the following answer is correct?...

computation-theorydfanfa

Read More
Reduce SAT to HALT...

complexity-theorycomputation-theory

Read More
Why does Regexp have a timeout method, while in theory they shouldn't?...

regexregular-languagecomputation-theorydfa

Read More
Regular language for number of A's in the string...

computation-theory

Read More
Proving PATH problem is not a NP-complete problem...

computer-sciencecomputation-theorynp-complete

Read More
Discrete optimization - selecting exactly N items from each row and column of a score matrix...

pythonsearchcomputation-theoryinteger-programmingdiscrete-optimization

Read More
Defining a context-free grammar for a specific language...

parsingcontext-free-grammarcomputation-theorycontext-free-language

Read More
Is my description of the language accepted by this DFA?...

automatafinite-automatacomputation-theorydfaautomata-theory

Read More
CFG of Language which contains equal # of a's and b's...

computation-theorycontext-free-language

Read More
Regularity of a language With pumping Lemma...

computation-theorycomputer-science-theory

Read More
Regular grammars...

grammarcomputation-theory

Read More
Let L1={a^nb^mc^(n+m) / n,m > 0} and L2={a^nb^nc^m / n,m > 0}.Is L3= L1 ∩ L2 context-free or n...

algorithmcomputation-theory

Read More
regular languages section closure property...

regular-languagesectionscomputation-theory

Read More
Is there a non-RE language that is composed of only 1 element?...

computation-theorydecidable

Read More
Faster to save Division to a Variable and use the variable or Recalculate twice?...

pythonperformanceoptimizationcomputation-theory

Read More
Prove that the set of all languages over a finite alphabet is uncountable...

computation-theorycountable

Read More
Regular Expression Simplification Issue...

regexcomputer-sciencefinite-automatacomputation-theory

Read More
Hopcroft's algorithm - DFA Minimization...

javaalgorithmcomputation-theory

Read More
DFA for (0001)*, is it correct...

finite-automatacomputation-theorydfaformal-languages

Read More
Writing the Ackermann function in a SAS data step...

sascomputation-theory

Read More
In RSA encryption algorithm, Can we find P and Q, if we have totient of N...

encryptionnumbersrsacomputation-theorynumber-theory

Read More
How to calculate function points...

theorycomputation-theoryfunction-points

Read More
Need to prove language L = {a^nb^m: n < m < 2m} is not regular...

proofcomputation-theorycomputationpumping-lemma

Read More
Converting Epsilon-NFA to NFA...

stateautomatacomputation-theorynfaepsilon

Read More
How to determine if one regex is subset of another?...

regexcomputation-theoryfsm

Read More
Algorithm to distribute set of numbers in 2D array without neighboring themselves...

arraysalgorithmcomputation-theorycomputation

Read More
Most efficient way to check if two vectors are parallel...

c++vectorgeometrycomputation-theory

Read More
Turing Machine Simulator...

c++turing-machinescomputation-theory

Read More
BackNext