Solved


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

3 months ago

Solved


step function

3 months ago

Solved


Replace 0 indices in array with 1's
Take a incoming vector, and replace 0's with ones

3 months ago

Solved


Calculating Ring Area
In two-dimensional space, a ring can be constructed by using two concentric circles. Determine the area of a ring which has r1 ...

3 months ago

Solved


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

3 months ago

Solved


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

3 months ago