Calculate the volume of a cone
Calculate the volume of a cone given an array containing one column of radii and one column of the height of the cone.
* Reme...
約1年 前
解決済み
Find The Difference
Vector x is given.calculate the difference between the biggest and the smallest number that we can create from elements of x.
f...
約1年 前
解決済み
Distance Between Points
Being n the number of points (If n = 3 there would be 3 points: A, B and C).
The distance between each pair of points increases...
Minimum jumps to reach end of the array
Given an array of integers where each element represents the max number of steps that can be made forward from that element. Ste...
約1年 前
解決済み
Queen's move - 02
In continuation with the problem-45236 ...
In the previous problem, it was assumed that there were no other chess pieces on th...
約1年 前
解決済み
Queen's move
given a number of consecutive moves of queen, check for their validity based on their previous position....
but remember if u g...
約1年 前
解決済み
Josephus Survivor
The <http://en.wikipedia.org/wiki/Josephus_problem Josephus Challenge> is to find the position that is the last remaining when e...