Community Profile

photo

Rayyan Ramrajkar


Last seen: 2 years ago Active since 2021

Statistics

All
  • Solver
  • Thankful Level 1

View badges

Content Feed

View by

Solved


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

2 years ago

Solved


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

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

2 years ago

Question


Recursively reversing large vector efficiently
I am trying to write a code that will recursively compute reverse of given large vector . I have tried 2 codes one simple recurs...

2 years ago | 1 answer | 0

1

answer