Community Profile

photo

Geza


Gamax Laboratory Solutions Kft

Last seen: Today Aktiv seit 2017

Statistiken

  • Explorer
  • First Review
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


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

12 Monate vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 Monate vor

Gelöst


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

12 Monate vor

Gelöst


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

mehr als 2 Jahre vor

Gelöst


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

mehr als 6 Jahre vor