Problem


Number Puzzle - 091

3 years ago | 0 | 23 solvers

Solved


Number Puzzle - 090

3 years ago

Problem


Number Puzzle - 090

3 years ago | 0 | 23 solvers

Solved


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

3 years ago

Solved


Add the odd numbers
Add only the odd numbers of x example: x = [1 2 3 4 5] the positive numbers are: 1 3 5, so their sum is 9

3 years ago

Solved


Reduce the logic
We have three logical input, x,y and z. The output is: y = ((x&y)|z)&((z|x&y)|(z&y|x))|((x&z)|z)&((y|x&z)|(z&x|y))|(x|y|z) ...

3 years ago

Solved


Number Puzzle - 089

3 years ago

Problem


Number Puzzle - 089

3 years ago | 0 | 25 solvers

Solved


Number Puzzle - 088

3 years ago

Problem


Number Puzzle - 088

3 years ago | 0 | 24 solvers

Solved


Number Puzzle - 087

3 years ago

Problem


Number Puzzle - 087

3 years ago | 0 | 24 solvers

Solved


Number Puzzle - 086

3 years ago

Problem


Number Puzzle - 086

3 years ago | 0 | 24 solvers

Solved


Number Puzzle - 085

3 years ago

Problem


Number Puzzle - 085

3 years ago | 0 | 24 solvers

Solved


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

3 years ago

Solved


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

3 years ago

Solved


Find the slope

3 years ago

Solved


Palindrome numbers
Find the palindrome numbers (two or more digits) from 1 to n where n is the number passed to the function.

3 years ago

Solved


Palindrome Check
Check whether the entire matrix is palindrome or not. Example matrix = [7 8 7] matrix_reverse = [7 8 7] So the mat...

3 years ago

Solved


Similar Triangles - find the height of the tree
Given the height, h1, of a power pole, shorter than a tree, a given distance, x2 away, please find h2, height of the tree. Pleas...

3 years ago

Solved


Number Puzzle - 084

3 years ago

Problem


Number Puzzle - 084

3 years ago | 0 | 22 solvers

Solved


Number Puzzle - 083

3 years ago

Problem


Number Puzzle - 083

3 years ago | 0 | 22 solvers

Solved


Number Puzzle - 082

3 years ago

Problem


Number Puzzle - 082

3 years ago | 1 | 22 solvers

Solved


Find Sum of array

3 years ago

Solved


Find Logic 31

3 years ago

Load more