Given n balls of radius r and the vector p (nx3) with all position (x,y,z) of the balls, return the symmetric matrix A (nxn) containing all distance between the centroid of all balls (diagonal terms should be all 0).
Two or more balls can overlap.
1403 Solvers
Find the peak 3n+1 sequence value
792 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
463 Solvers
341 Solvers
Determine the length of a string of characters
122 Solvers
Solution 441698
I think there is some rounding difference here... :-(