Andrey Kiselnikov
Quantenna
Followers: 0 Following: 0
Python
Spoken Languages:
English
Pronouns:
Any pronouns
Statistiques
RANG
1 203
of 301 617
RÉPUTATION
62
CONTRIBUTIONS
1 Question
33 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
7
RANG
3 743 of 21 359
RÉPUTATION
408
CLASSEMENT MOYEN
4.60
CONTRIBUTIONS
10 Fichiers
TÉLÉCHARGEMENTS
24
ALL TIME TÉLÉCHARGEMENTS
3789
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
presque 7 ans il y a
A résolu
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
presque 7 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.
presque 7 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
presque 7 ans il y a
A résolu
Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...
presque 7 ans il y a
A résolu
Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...
environ 7 ans il y a
A résolu
Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...
environ 7 ans il y a











