Gelöst


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

mehr als 2 Jahre vor

Gelöst


Acid and water
⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ ⚖ Assume that there is a 100 liter tank. It is initially fi...

mehr als 2 Jahre vor

Gelöst


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.

mehr als 2 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 2 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

mehr als 2 Jahre vor

Gelöst


Splitting Triangle - Problem the first

etwa 3 Jahre vor

Gelöst


Splitting Square - Problem the second

etwa 3 Jahre vor

Gelöst


Splitting Square - Problem the first

etwa 3 Jahre vor

Gelöst


Slitherlink IV: Recursive (medium size)

mehr als 3 Jahre vor

Gelöst


Slitherlink III: Evolve

mehr als 3 Jahre vor

Gelöst


Slitherlink II: Gimmes

mehr als 4 Jahre vor

Gelöst


Slitherlink I: Trivial

mehr als 4 Jahre vor

Gelöst


Tic-Tac-Logic - Solution Checker
<http://www.conceptispuzzles.com/index.aspx?uri=puzzle/tic-tac-logic/rules Tic-Tac-Logic> is a logic puzzle wherein a rectangula...

mehr als 4 Jahre vor

Gelöst


Easy Sequences 66: Fractional Part of Sum of Consecutive Powers over a Prime
Given three postive integers, , and , create the function , defined as follows: Where is the th prime and the s...

mehr als 4 Jahre vor

Gelöst


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

mehr als 4 Jahre vor

Gelöst


Anagram
Given two strings, check whether they're anagrams to each other or not.

mehr als 4 Jahre vor

Gelöst


Cos Function
x is the abscissa. find the absolute value of cosine of -x and the same value with changed sign.

mehr als 4 Jahre vor

Gelöst


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

mehr als 4 Jahre vor