Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

alrededor de 4 años hace

Resuelto


Find Logic 19

alrededor de 4 años hace

Resuelto


Find Logic 18

alrededor de 4 años hace

Resuelto


Find Logic 17

alrededor de 4 años hace

Resuelto


Find Logic 16

alrededor de 4 años hace

Resuelto


Find Logic 14

alrededor de 4 años hace

Resuelto


Find Logic 15

alrededor de 4 años hace

Resuelto


Find Logic 13

alrededor de 4 años hace

Resuelto


Find Logic 12

alrededor de 4 años hace

Resuelto


Find Logic 11

alrededor de 4 años hace

Resuelto


Find Logic 10

alrededor de 4 años hace

Resuelto


Find Logic 9

alrededor de 4 años hace

Resuelto


Find Logic 8

alrededor de 4 años hace

Resuelto


Find Logic 7

alrededor de 4 años hace

Resuelto


Find Logic 6

alrededor de 4 años hace

Resuelto


Find Logic 4

alrededor de 4 años hace

Resuelto


Find Logic 3

alrededor de 4 años hace

Resuelto


Find Logic 1

alrededor de 4 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...

alrededor de 4 años hace

Resuelto


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

alrededor de 4 años hace

Resuelto


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

alrededor de 4 años hace

Resuelto


Draw 'O' !
Given n as input, generate a n-by-n matrix 'O' using 0 and 1 . example: n=4 ans= [1 1 1 1 1 0 0 1 ...

alrededor de 4 años hace

Resuelto


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

alrededor de 4 años hace

Resuelto


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

alrededor de 4 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...

alrededor de 4 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...

alrededor de 4 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 ...

alrededor de 4 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.

alrededor de 4 años hace

Resuelto


Can the given sides form a triangle?
Can the three given sides form a triangle?

alrededor de 4 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

alrededor de 4 años hace

Cargar más