New posts in algorithms

Solving recurrence $T(n) = T(\lceil n/2 \rceil) + T(\lfloor n/2 \rfloor) + \Theta(n)$

Dynamically two-coloring a finite graph

Recurrence relation using the master theorem $ T(n) = 4T(n/2) + n^2 \log n$ [duplicate]

Searching radioactive balls

Use of FFT in the multiplication of multinomials

Which sets are "connectable"?

An old multiplication technique and its reverse for Integer Factoring

Split up $n \in \mathbb{N}$ into sum of naturals with maximum LCM

Searching for a point on the real line

Optimizing computational-complexity of linear-algebraic operations

Check if a number is Carmichael

Determining an inner automorphism via queries

Finding the unique rock with its weight

Maximize the trace of a matrix by permuting its rows

How Do You Cut the Maximum Volume Cuboid from a General 3D Shape?

Can we compare two secret numbers?

Prime one heap Nim

Sum of multiplication of all combination of m element from an array of n elements

Coefficient extraction

A 3rd grade math problem: fill in blanks with numbers to obtain a valid equation