Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
p=1; q=3;
y_correct = 6;
assert(isequal(cantor_rational2index(p,q),y_correct))
|
2 | Pass |
p=2; q=3;
y_correct = 9;
assert(isequal(cantor_rational2index(p,q),y_correct))
|
3 | Pass |
p=22; q=7;
y_correct = 385;
assert(isequal(cantor_rational2index(p,q),y_correct))
|
4 | Pass |
p=355; q=113;
y_correct = 108924;
assert(isequal(cantor_rational2index(p,q),y_correct))
|
2236 Solvers
Determine if a Given Number is a Triangle Number
286 Solvers
Permute diagonal and antidiagonal
179 Solvers
179 Solvers
379 Solvers