This user (mohamed elbesealy) appears to have gamed the system, with fraudulent "likes" of this unremarkable solution submitted by 'sock-puppet' accounts. —DIV
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 3 5 4 2];
y = 2
posX_correct = 5;
assert(isequal(findPosition(x,y),posX_correct))
y =
2
|
2 | Pass |
x = [1 5 8 6 7 6 0];
y = 8
posX_correct = 3;
assert(isequal(findPosition(x,y),posX_correct))
y =
8
|
Sort a list of complex numbers based on far they are from the origin.
3792 Solvers
13809 Solvers
All your base are belong to us
425 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Implement simple rotation cypher
805 Solvers