Search code examples
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
What will be the DFA for the regular expression 0(0+1)*0+1(0+1)*1?...


theoryregular-languageautomatadfacomputation-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
Why the 14 most significant bits of 17612864 is 67?...


algorithmcomputation-theoryclrs

Read More
CFG for string of length 3...


context-free-grammarcomputation-theory

Read More
Is a fully polynomial-time approximation scheme a polynomial-time approximation scheme...


algorithmcomplexity-theorycomputation-theory

Read More
Is the RE and the finite automata same?...


regular-languagefinite-automatacomputation-theory

Read More
validate that deterministic finite automata transition function has exactly one output state for eac...


pythonregexregular-languagefinite-automatacomputation-theory

Read More
BackNext