Skip to content

Tom-Hermann/203hotline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

203hotline

  1. Compute the binomial coefficient $\binom{n}{k}$ given k and n

  2. 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.

Compile

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published