Search code examples
Clarification on "each digit represents an increasing power of 10" in number representatio...


decimalcomputer-sciencedigitscomputer-science-theory

Read More
How to check if two binary trees share a node...


binary-treegraph-theorycomputer-science-theory

Read More
LISP 1.5 How lisp is like a machine language?...


lisprackets-expressionmachine-codecomputer-science-theory

Read More
Why second version of dynamic programming is wrong...


algorithmrecursiondynamic-programmingcomputer-sciencecomputer-science-theory

Read More
Finding the last digits sum with recursion...


pythonalgorithmrecursioncomputer-sciencecomputer-science-theory

Read More
Turing machine with one state that converts binary to decimal...


computer-sciencecomputation-theoryturing-machinescomputer-science-theory

Read More
Subtle nuances of Big O notation for computation complexity...


big-ocomputation-theorycomputer-science-theory

Read More
Online resources for Introduction to computer and computer sciences for absolute beginner...


pythoncomputer-sciencecomputer-science-theory

Read More
Prefix sum variation...


algorithmcomputer-science-theory

Read More
Are constant functions linear?...


mathgeometrycomputer-sciencecoordinate-transformationcomputer-science-theory

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


computation-theorycomputer-science-theory

Read More
Make Greedy Algorithm Fail on Subset of Euro Coins...


algorithmgreedycomputer-science-theory

Read More
Most efficient way to repeatedly pair up a group of users for a quick game...


algorithmdata-structurescomputer-sciencecomputer-science-theory

Read More
How to have interface methods with a different number and type of parameters? C#...


c#.netdesign-patternscomputer-science-theory

Read More
System of congruences with non-pairwise coprime moduli...


algorithmmathcomputer-sciencenumber-theorycomputer-science-theory

Read More
What is missing for this P != NP proof?...


p-npcomputer-science-theory

Read More
Can anyone explain how to simplify this set arithmetic issue?...


computer-scienceset-theorycomputer-science-theory

Read More
Is a function that depends on public class members can be considered pure...


functioncomputer-sciencedefinitioncomputer-science-theory

Read More
Computational complexity for the case of many answers or multiple parameters...


algorithmcomplexity-theorycomputer-science-theory

Read More
Powering a number as a divide and conquer solution...


algorithmcomputer-sciencecomputer-science-theory

Read More
Average number of swaps performed in Bubble Sort...


algorithmstatisticscomputer-sciencenumber-theorycomputer-science-theory

Read More
Getting started with the sport of competitive programming...


computer-science-theory

Read More
Solve: T(n) = T(n/2) + n/2 + 1...


time-complexitycomputer-scienceasymptotic-complexitycomputer-science-theory

Read More
Finding cheapest way to buy items in different shops, but shops have one time fee...


algorithmcomputer-sciencecomputer-science-theory

Read More
Designing a DFA (alphabet 'a' and 'b') : The number of 'a' in the string mus...


finite-automatacomputer-science-theoryfinite-state-automaton

Read More
Extrasensory Perception? - Turing - Computing Machinery and Intelligence...


computer-science-theory

Read More
Number of elements that satisfy a relation...


arrayscomputer-sciencecomputation-theorycomputer-science-theory

Read More
Lambda calculus - evaluating these lazy parameters...


computer-sciencelambda-calculuscomputer-science-theory

Read More
Bad Block on Nand flahs cell...


computer-scienceflash-memorycomputer-science-theory

Read More
Why does log appear so frequently in algorithmic complexity?...


algorithmsortingsearchasymptotic-complexitycomputer-science-theory

Read More
BackNext