Community Profile

photo

Sam Trossman

Last seen: 6 months ago Active since 2019

Statistics

  • Solver

View badges

Content Feed

View by

Solved


Find max
Find the maximum value of a given vector or matrix.

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

4 years ago

Solved


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

4 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

4 years ago