Search
⌘K

Leetcode 2481. Minimum Cuts to Divide a Circle

Compute the minimum number of straight cuts through the circle's center (diameters or radius-through-center lines) needed to split the circle into n equal congruent slices; key observation: answer is 0 for n=1, n/2 for even n, and n for odd n.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.