New posts in algorithms

Fit sum of exponentials

Numbers from $1$ to $n$ are permuted such that the sum of any three consecutive numbers is divisible by the leftmost of them

Partition a binary tree by removing a single edge

Is there an efficient method for the calculation of $e^{1/e}$?

Why this algorithm for egyptian fractions doesn't terminate in ~$2$% cases?

Intuition Behind Accelerated First Order Methods

Generate Random Latin Squares

Partition 100 people, 4 from each country into 4 groups with conditions

Finding the GCD of three numbers?

Most efficient method for computing Singular Value Decomposition of a triangular matrix?

How to prove $\binom{n}{n/2} = \Omega (\frac{2^{n}}{n})$?

Twenty questions against a liar

Checking connectivity of adjacency matrix

Algorithm for generating integer partitions

Algorithm to calculate rating based on multiple reviews (using both review score and quantity)

Representing the area of a circle as the sum of circumferences

Can an algorithm be faster than O(1)?

How can $n \lg n = O(n^{log_3 4 - r})$?

Why am I getting the wrong result when applying the extra strong Lucas pseudoprime test?

Is there an algorithm to find all subsets of a set?