Statistiques
All
RANG
324
of 300 369
RÉPUTATION
255
CONTRIBUTIONS
3 Questions
93 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
82
RANG
333 of 20 936
RÉPUTATION
4 671
CLASSEMENT MOYEN
4.40
CONTRIBUTIONS
13 Fichiers
TÉLÉCHARGEMENTS
29
ALL TIME TÉLÉCHARGEMENTS
44455
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
plus de 13 ans il y a
A résolu
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
plus de 13 ans il y a
A résolu
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
plus de 13 ans il y a
A résolu
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:...
plus de 13 ans il y a








