This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
v = 11;
A_correct = [nthroot(11/(2*pi),3) 11/(pi*(nthroot(11/(2*pi),3))^2)];
assert(isequal(optimizeArea(v),A_correct))
|
Return unique values without sorting
485 Solvers
196 Solvers
Given a 4x4 matrix, swap the two middle columns
298 Solvers
Rounding off numbers to n decimals
280 Solvers
112 Solvers