Newbetuts
.
New posts in algorithms
Fit sum of exponentials
algorithms
exponential-function
Numbers from $1$ to $n$ are permuted such that the sum of any three consecutive numbers is divisible by the leftmost of them
number-theory
algorithms
arithmetic
divisibility
Partition a binary tree by removing a single edge
algorithms
graph-theory
trees
Is there an efficient method for the calculation of $e^{1/e}$?
algorithms
numerical-methods
constants
Why this algorithm for egyptian fractions doesn't terminate in ~$2$% cases?
number-theory
elementary-number-theory
algorithms
divisibility
egyptian-fractions
Intuition Behind Accelerated First Order Methods
optimization
algorithms
convex-optimization
intuition
gradient-descent
Generate Random Latin Squares
combinatorics
algorithms
latin-square
Partition 100 people, 4 from each country into 4 groups with conditions
combinatorics
graph-theory
algorithms
contest-math
invariance
Finding the GCD of three numbers?
elementary-number-theory
algorithms
Most efficient method for computing Singular Value Decomposition of a triangular matrix?
linear-algebra
matrices
algorithms
matrix-decomposition
svd
How to prove $\binom{n}{n/2} = \Omega (\frac{2^{n}}{n})$?
algorithms
Twenty questions against a liar
algorithms
computer-science
discrete-mathematics
searching
Checking connectivity of adjacency matrix
linear-algebra
matrices
graph-theory
algorithms
Algorithm for generating integer partitions
combinatorics
algorithms
integer-partitions
Algorithm to calculate rating based on multiple reviews (using both review score and quantity)
algorithms
recursive-algorithms
scoring-algorithm
Representing the area of a circle as the sum of circumferences
algorithms
circles
area
infinity
Can an algorithm be faster than O(1)?
algorithms
computational-complexity
How can $n \lg n = O(n^{log_3 4 - r})$?
algorithms
recursive-algorithms
Why am I getting the wrong result when applying the extra strong Lucas pseudoprime test?
number-theory
discrete-mathematics
algorithms
primality-test
pseudoprimes
Is there an algorithm to find all subsets of a set?
elementary-set-theory
algorithms
Prev
Next