What are all known languages that Turing machines cannot accept?...
Read MoreWhy can Conway’s Game of Life be classified as a universal machine?...
Read MoreHow to define a function with Church numerals in lambda-terms?...
Read MoreProving the inexpressibility of a function in a given language...
Read Moreproving that a language is part of a grammar and vice versa...
Read MoreHow do you prove whether a simple unmeaningful code is computable or not?...
Read MoreWhat is the most concise way to generate strings of language anbncn using JavaScript without using l...
Read MoreDetermining a program's execution time by its length in bits?...
Read MoreEmulating numerical operations in software...
Read MoreSomething is not computable, can it be co-recursively enumerable?...
Read MoreWhy is chess, checkers, Go, etc. in EXP but conjectured to be in NP?...
Read MoreWhy is it assumpted that the time-complexity of multiplication by n is constant?...
Read MoreLet T = {<M> | M is a TM that accepts $w^R$ whenever it accepts w}. Show that T is undecidable...
Read Moreprogram to reproduce itself and be useful -- not a quine...
Read MoreCan a program decide whether an arbitrary program halts for SOME input?...
Read MoreDoes there exist an algorithm that can solve Vim Golf problems...
Read MoreWhat is the "trick" to writing a Quine?...
Read MoreSubset sum where the size of the subset is `k` is NPC?...
Read MoreIs the Reduction function a correspondence?...
Read MoreWays to measure bit sequence complexity...
Read MoreLehmer's extended GCD algorithm implementation...
Read MoreTuring completeness of lambda calculus?...
Read MoreProve that all non-recursive languages are infinite...
Read MoreTo prove something is NP-hard, why do you need to reduce to it from an NP-complete?...
Read MoreDecidability and Recursive Enumerability...
Read MoreUnderstanding Σ* and Σ in formal languages...
Read More