Community Profile

photo

Jorge Rodriguez


Last seen: circa 2 mesi fa Attivo dal 2023

Statistiche

All
  • Solver
  • First Submission

Visualizza badge

Content Feed

Visto da

Inviato


flightTime
function flightTime

7 mesi fa | 1 download |

Thumbnail

Risolto


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end),...

7 mesi fa

Risolto


Encode Roman Numerals
Create a function taking a non-negative integer as its parameter and returning a string containing the Roman Numeral representat...

7 mesi fa

Risolto


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

8 mesi fa

Risolto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

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

8 mesi fa

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

8 mesi fa

Inviato


gplot
plots columns "y" vs "x" of table "data", by group "g" (up to 15)

circa un anno fa | 1 download |

Thumbnail