Solved


count to vector
Return a matrix of numbers of dimension K by N, where K = prod(v), and N=length(v). The rows count from a vector of ones up to v...

5 years ago

Solved


polar inertia
given locations of a set of unit masses on complex plane, find polar moment of inerta about the origin. for example output 4 if ...

5 years ago

Solved


Reverse the Words (not letters) of a String
*Description* Change the words of a string such that the words appear in reverse order. You may assume that the string is a n...

5 years ago

Solved


Least common multiple of many numbers
1:6 -> 60

5 years ago

Solved


Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...

5 years ago

Solved


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

5 years ago

Solved


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

5 years ago

Solved


Create a constant offset.
Add a constant offset to an array. Example a = [1 3 5 9] offset = 2 y = [3 5 7 11]

5 years ago

Solved


matrix rows and columns

5 years ago

Solved


Set zero

5 years ago

Solved


step function

5 years ago

Solved


delta x

5 years ago

Solved


frame of the matrix
Given the matrix M, return M without the external frame.

5 years ago

Solved


Test

5 years ago

Solved


print

5 years ago

Solved


sign function

5 years ago

Solved


Red Cross ❌

5 years ago

Solved


Summation of integers

5 years ago

Solved


Find Logic 2

5 years ago

Solved


Your favourite city!
Type your favourite city.

5 years ago

Solved


matrix rows and columns

5 years ago

Solved


Guess the logic

5 years ago

Solved


Find Logic 25

5 years ago

Solved


Find Logic 20

5 years ago

Solved


Add 2 Vectors

5 years ago

Solved


Find Sum of array

5 years ago

Solved


10% Discount

5 years ago

Load more