Community Profile

photo

Johnny Cheng


Last seen: 8 months ago Active since 2019

Statistics

  • Solver

View badges

Content Feed

View by

Solved


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

4 years ago

Solved


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

4 years ago