Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Nested loop with dependent bounds trip count

for fixed point combinator Y, what is \x.f(xx)

Algorithm for assigning items to groups based on binary criteria

Computer Science Theory: Image Similarity

Trying to gain intuition for work scheduling greedy algorithm

Javascript: creation of object from an already instantiated object versus the prototype

algorithm: weighted sums under rotation

Looking for a model to represent this problem, which I suspect may be NP-complete

Why unit tests should not use database?

unit-testing testing theory

Asymptotic Notation - does n (log n) (log n) simplify?

What exactly does this platformer scrolling code do?

java theory game-physics

Object vs. class variable

python syntax theory

How to prove Θ(g(n)) = O(g(n)) ∩ Ω(g(n))

Why does my image preloading method work?

Is there really a "Best" way of solving a problem? [closed]

theory

How is 65 bits number stored in 64 bits in JavaScript?

javascript numbers theory

Initialization in definition vs. initialization in constructor [duplicate]