Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Does a "nonexistent variable" evaluate to the "undefined" value in non-strict code?

javascript reference theory

Could a program determine if another program plays chess?

Why are persistent splay trees particularly useful in functional programming?

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?