Solved


Given a number find two variables
If the input is *x*, find *a* and *b* from the following equation: *x = a*2^b*. Hint: *b* is an integer while *x* and *a* ar...

1 year ago

Solved


Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...

1 year ago

Solved


Find Logic 27

1 year ago

Solved


Find Logic 20

1 year ago

Solved


Find Logic 25

1 year ago

Solved


Find Logic 22

1 year ago

Solved


Find Logic 23

1 year ago

Solved


Find Logic 17

1 year ago

Solved


Find Logic 12

1 year ago

Solved


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

1 year ago

Solved


Find all prime factors of the input
Given an input x, find its all prime factors. Return the vector with all factors in ascending order. Efficiency is the key here...

1 year ago

Solved


given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false

1 year ago

Solved


Square Diagonal
If n is the given number, then make a diagonal matrix of size 2*2 with the square of that number.

1 year ago

Solved


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

1 year ago

Solved


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

1 year ago

Solved


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

1 year ago

Solved


Find Logic 9

1 year ago

Solved


Find square of given number
Find Square of any number

1 year ago

Solved


Find Logic 7

1 year ago

Solved


Add 2 Vectors

1 year ago

Solved


Find Logic 16

1 year ago

Solved


Find Logic 11

1 year ago

Solved


Find Logic 14

1 year ago

Solved


Find Logic 6

1 year ago

Solved


Find Logic 1

1 year ago

Solved


Find Logic 13

1 year ago

Solved


Find Logic 10

1 year ago

Solved


Find Logic 15

1 year ago

Solved


Find Logic 8

1 year ago

Solved


Find Logic 3

1 year ago

Load more