Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

más de 3 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 3 años hace

Resuelto


Find Logic 17

más de 3 años hace

Resuelto


Find Logic 3

más de 3 años hace

Resuelto


Find Logic 1

más de 3 años hace

Resuelto


Find Logic 10

más de 3 años hace

Resuelto


Find Logic 8

más de 3 años hace

Resuelto


Find Logic 13

más de 3 años hace

Resuelto


Find Logic 15

más de 3 años hace

Resuelto


10% Discount

más de 3 años hace

Resuelto


Find Logic 16

más de 3 años hace

Resuelto


Find Logic 6

más de 3 años hace

Resuelto


Find Logic 9

más de 3 años hace

Resuelto


Find Logic 7

más de 3 años hace

Resuelto


Find Logic 11

más de 3 años hace

Resuelto


Find Logic 12

más de 3 años hace

Resuelto


Set the array elements whose value is 13 to 0
Input A either an array or a vector (which can be empty) Output B will be the same size as A . All elements of A equal to 13...

más de 3 años hace

Resuelto


Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...

más de 3 años hace

Resuelto


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

más de 3 años hace

Resuelto


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

más de 3 años hace

Resuelto


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

más de 3 años hace

Resuelto


Find Logic 14

más de 3 años hace

Resuelto


Calculate Resistance
Calculate Resistance R of a linear conductor having resistivity p, length l and area A

más de 3 años hace

Resuelto


Find Logic 4

más de 3 años hace

Resuelto


Find Logic 18

más de 3 años hace

Resuelto


Find Logic 19

más de 3 años hace

Resuelto


Will there be a new leader?
Simply answer the title.

más de 3 años hace

Resuelto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

más de 3 años hace

Resuelto


Sum the Digits of a Number
Given an integer, sum the digits repeatedly until you end up with a single value less than 10. For example, if you add the di...

más de 3 años hace

Resuelto


Min of a Matrix
Return the minimum value in the given matrix.

más de 3 años hace

Cargar más