-
Compute the binomial coefficient
$\binom{n}{k}$ given k and n -
Compare the binomial and Poisson distrubution given the average duration of calls, by printing:
- the probabilities of getting nsimultaneous calls (for nincreasing from 0 to 50),
- the probability of an overload,
- the computation time.
The project compile with Makefile:
For compile the project use the commande:
foo@bar:~/203hotline$ make re
For clean the project use:
foo@bar:~/203hotline$ make fclean
Get instruction with:
foo@bar:~/203hotline$ ./203hotline -h