Community Profile

photo

Md Rakibul Mowla


Last seen: 3 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistiken

All
  • Solver
  • First Submission
  • GitHub Submissions Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.

7 Monate vor

Gelöst


Inner product of two vectors
Find the inner product of two vectors.

7 Monate vor

Gelöst


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

7 Monate 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 ...

7 Monate vor

Gelöst


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

7 Monate vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

7 Monate vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

7 Monate vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 Monate vor

Gesendet


Neural-Spike-Processing
Basic tools for neural spike processing.

7 Monate vor | 2 Downloads |