Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...
9 years ago
Solved
Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...
9 years ago
Solved
Increment up an input vector
Increment up an input vector by adding the indices to the vector values. For example, if an input vector is [3, 2, 6, 1, 6], the...
9 years ago
Solved
Find my secret function III
only write a function gives you an outputs as
expls:
input: x=2 ------->>> Output: Y=1
input: x=100 ------->>> Output: Y=...
9 years ago
Solved
Find my secret function IV
We use the same secret function used on the past "Find my secret function ..."
x=23 -------->> y=3
X=1000 ------->> 163