Compare a value to a vector
Given a random value X and a random vector Y. you have to compare X to the Vector Y and make a decision.
case 1: X is a value i...
Backgammon #4 - Dice Probabilities
Previous problems in this series have looked at how a backgammon board might be represented, and board positions manipulated and...
1 year ago
Solved
Find a common vertex
First input is T, a triplet list of indices. Second input is i, a single index (positive integer). The goal of this function is ...
1 year ago
Solved
Find out Binomial coefficient
Find out the <http://en.wikipedia.org/wiki/Binomial_coefficient Binomial coefficient>.
There is a function available in MATL...
1 year ago
Solved
A little bit of luck needed
This one may require a little bit of guess work, but it is possible.
Hints:
- The same solution might fail the tests once and ...