Community Profile

photo

Geza


Gamax Laboratory Solutions Kft

Last seen: Today Attivo dal 2017

Followers: 0   Following: 0

Contatto

Statistiche

  • Explorer
  • First Review
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

oltre 2 anni fa

Risolto


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

oltre 6 anni fa