Turing machine for addition and comparison of binary numbers...
Read MoreContext free grammar for non-palindrome...
Read MoreTuring Machine - Finding k-th element and move it to the front of the tape...
Read MoreNPDA for L= {w ∈ {a,b}*: number of a's is twice the number of b's}...
Read MoreNegative speed up in Amdahl's law?...
Read MoreNPM Version Range Grammar not regular?...
Read MoreDFA for all binary strings having even number of 0's or contains exactly two 1's...
Read Morea challenging finite automata - what is the language?...
Read Morehow to find the grammar of this Language?...
Read MoreComplexity/decidability of the "nested maze" problem?...
Read MoreDesigning a Turing Machine's state table...
Read MoreConversion of NFA having a missing transition for any input character on initial state to DFA...
Read MoreWhat is the context free grammar for the complement of the double word over 0,1?...
Read MoreIs constexpr-based computation Turing complete?...
Read MoreSearching Algorithm: Product Knapsack Problem with goal to find lowest product above a certain thres...
Read MoreIs it possible to write a program with thousand or fewer characters that can generate every possible...
Read MoreMinimum number of states in a DFA having '1' as the 5th symbol from right...
Read MoreClosure property of regular languages under concatenation and star operation...
Read MoreWhat is the optimum known upper bound on Kolmogorov complexity?...
Read MoreWhat is the industry standard for number of clusters for a development team in Databricks?...
Read MoreUsing string of set length with pumping lemma to prove irregularity...
Read MoreIs it possible to write a prolog interpreter that avoids infinite recursion?...
Read MoreC++ code example that makes the compile loop forever...
Read MoreInversion Counting Algorithm implementation in Python,cannot unpack non-iterable int object...
Read MoreConfusion about NP-hard and NP-Complete in Traveling Salesman problems...
Read MoreNFA that does not accept strings ending "101"...
Read MoreDesign a PDA of all strings of 0's and 1's that are not of the form ww^R...
Read Morewhy a^m b^n where m,n > 0 is a regular language but a^n b^n where n > 0 is non regular languag...
Read MoreWriting lambda calculus higher order recursion scheme in Haskell...
Read More