NFA 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 MoreIf A is in RP and there is a polynomial time reduction from B to A then B in RP?...
Read Moreeigenvectors created by numpy.linalg.eig have dots instead of data...
Read MoreSICP exercise 3.20 - understand the envrionmental diagram (missing binding in my diagram)...
Read MoreWhat can NOT be described by a PCRE regex?...
Read MoreFront-End and Back-End calculating different amounts? Should the calculation be done in the same pla...
Read MoreConstruct grammar given the following language {a^n b^m | n,m = 0,1,2,...,n <= 2m}...
Read MoreCan ROM be called SAM(Sequential Access Memory)?...
Read MoreWhy is this an invalid Turing machine?...
Read MoreMarker positioning in Linear Bounded Automata...
Read MoreProve that we can decide whether a Turing machine takes at least 100 steps on some input...
Read MoreIn Non-Deterministic Finite Automata (NFA), how is the next branch/transition selected when there ar...
Read Moreconstruct a pushdown automata for L={a^mb^n where n<=m<=2n}?...
Read MoreHow to translate this description into a language?...
Read MoreTuring machine with one state that converts binary to decimal...
Read MoreHow to define a function with Church numerals in lambda-terms?...
Read MoreImplementation of a context-free grammar for logical operators with parentheses...
Read MoreComputational cost of making Anagrams from two strings using symmetric difference in python...
Read MoreExample problems not in P nor in NP-complete but in NP...
Read MoreIs it possible to create an HTML quine?...
Read MoreHow do you prove whether a simple unmeaningful code is computable or not?...
Read MoreHow to get the second leftmost derivation in this example?...
Read MoreAlgorithmic Complexity Analysis: practically using Knuth's Ordinary Operations (oops) and Memory...
Read MorePumping lemma for regular language...
Read More