解決済み


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ヶ月 前

解決済み


non-repitition of numbers in a vector

3ヶ月 前

解決済み


step function

3ヶ月 前

解決済み


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

3ヶ月 前

解決済み


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ヶ月 前

解決済み


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

3ヶ月 前

解決済み


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ヶ月 前