Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Computational Complexity
The way to produce a random but ordered series of numbers?
May 09, 2021
Can you win the monochromatic urn game?
May 09, 2021
How do we know that the P versus NP problem is an NP problem itself?
May 08, 2021
Master Theorem: $T(n) = 3T(\frac{n}{3} − 2) + \frac{n}{2}$
May 07, 2021
Evaluating the sum $\sum_{i=1}^n i^2\cdot\lfloor{\frac ni}\rfloor$
May 06, 2021
Minimum transactions to settle debts among friends
May 05, 2021
Product of sums of all subsets mod $k$?
May 03, 2021
Is there a function that grows faster than exponentially but slower than a factorial?
May 03, 2021
Algorithm to compute the area of a convex set in 2 dimensions
May 03, 2021
How to resolve this kind of summation formula?
May 02, 2021
Older Entries »