Search code examples
What did Bruce Eckel mean by the formulation "inside methods of that type" in the term &qu...


javatheorydefinitionaccess-modifiers

Read More
How and when to abandon the use of arrays in C#?...


c#.netarraystheory

Read More
Would infinitely deep decision tree guarantee 100% accuracy for binary classification task?...


machine-learningdata-sciencedecision-treetheory

Read More
NFA to DFA conversion = deterministic?...


theorydfanfanon-deterministicautomaton

Read More
What's a Turing machine?...


computer-sciencetheoryturing-machinescomputability

Read More
What are all known languages that Turing machines cannot accept?...


theoryturing-machinescomputability

Read More
Is 'window' really global in JavaScript?...


javascriptscopeclosurestheory

Read More
How to duplicate value in functional js?...


javascriptfunctional-programmingtheory

Read More
Structural typing for sum types...


typesfunctional-programminglanguage-agnostictheorydiscriminated-union

Read More
Greedy resolution to constructing Huffman codes: question on greedy-choice property proof...


algorithmtheoryhuffman-codegreedyproof-of-correctness

Read More
Is it possible for a computer to "learn" a regular expression by user-provided examples?...


regexartificial-intelligencetheoryautomatagrammar-induction

Read More
Theory of computation...


theory

Read More
CS theory problem: evaluating each element in an array only once and choosing the largest value...


theory

Read More
Is there a particular use case for fold() function...


collectionslanguage-agnosticpipelinetheory

Read More
Is dynamic programming backtracking with cache...


algorithmdynamic-programmingtheorybacktrackingmemoization

Read More
Simple basic explanation of a Distributed Hash Table (DHT)...


theoryp2pdht

Read More
Can keys or hashes trigger an injection attack?...


encryptionhashsql-injectioncode-injectiontheory

Read More
Transforming grammar for predictive parsing...


parsingtheory

Read More
If stack operations are constant time O(1), what is the time complexity of this algorithm?...


algorithmdata-structurestime-complexitybig-otheory

Read More
In Context Free Grammer, do we replace all variable during a substitution? or can we apply substitut...


theorycontext-free-grammarautomatacontext-free-languageautomata-theory

Read More
When to use Ø for states in DFA / NFA...


theoryautomatafinite-automataautomata-theory

Read More
If L = {0^n 1^n | n > 0 } is L^c (complement of L) regular?...


computer-sciencetheoryfinite-automata

Read More
Are there advantages to asynchronous code on dedicated backend servers with no UI thread?...


c#.netasynchronoustheory

Read More
When does Big-O notation fail?...


algorithmlanguage-agnostictheorybig-o

Read More
Can 2 for loops be run simultaneously, looping one after the other?...


pythonmultithreadingloopsmpitheory

Read More
Why does backprop algorithm store the inputs to the non-linearity of the hidden layers?...


deep-learningneural-networktheory

Read More
Big-O for Eight Year Olds?...


algorithmtheorybig-ometrics

Read More
How to calculate a minimum exchange time among multiple nodes?...


algorithmgraph-theorydistributed-computingtheoryconsensus

Read More
How to write a simple database engine...


sqldatabasetheorydatabase-engine

Read More
Why some commands cause an error relative to the preceding command?...


pythonpandastheory

Read More
BackNext