Resuelto


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

más de 5 años hace

Resuelto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

más de 5 años hace

Resuelto


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

más de 5 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

más de 5 años hace

Resuelto


Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...

más de 5 años hace

Resuelto


Find Logic 1

más de 5 años hace

Resuelto


Find Logic 3

más de 5 años hace

Resuelto


Find Logic 4

más de 5 años hace

Resuelto


Find Logic 6

más de 5 años hace

Resuelto


Find Logic 7

más de 5 años hace

Resuelto


Find Logic 8

más de 5 años hace

Resuelto


Find Logic 9

más de 5 años hace

Resuelto


Find Logic 10

más de 5 años hace

Resuelto


Find Logic 11

más de 5 años hace

Resuelto


Find Logic 12

más de 5 años hace

Resuelto


Find Logic 13

más de 5 años hace

Resuelto


Find Logic 15

más de 5 años hace

Resuelto


Find Logic 14

más de 5 años hace

Resuelto


Find Logic 16

más de 5 años hace

Resuelto


Find Logic 17

más de 5 años hace

Resuelto


Find Logic 18

más de 5 años hace

Resuelto


Find Logic 19

más de 5 años hace

Resuelto


Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
If _p_ is the perimeter of a right angle triangle with integral length sides, { _a_, _b_, _c_ }, there are exactly three solutio...

más de 5 años hace

Resuelto


Can we make a triangle?
Given three positive number, check whether a triangle can be made with these sides length or not. remember that in a triangle su...

más de 5 años hace

Resuelto


Find the sides of an isosceles triangle when given its area and height from its base to apex
Find the sides of an isosceles triangle when given its area and the height from its base to apex. For example, with A=12 and ...

más de 5 años hace

Resuelto


Height of a right-angled triangle
Given numbers a, b and c, find the height of the right angled triangle with sides a and b and hypotenuse c, for the base c. If a...

más de 5 años hace

Resuelto


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

más de 5 años hace

Resuelto


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

más de 5 años hace

Resuelto


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

más de 5 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

más de 5 años hace

Cargar más