Your task is to estimate the birthday paradox's probabilities.
To do this, you need to:
A birthdate includes the full date of birth (year, month, and day), whereas a birthday refers only to the month and day, which repeat each year. Two birthdates with the same month and day correspond to the same birthday.
The birthday paradox assumes that:
Your implementation must follow these assumptions.
Your task is to estimate the birthday paradox's probabilities.
To do this, you need to:
A birthdate includes the full date of birth (year, month, and day), whereas a birthday refers only to the month and day, which repeat each year. Two birthdates with the same month and day correspond to the same birthday.
The birthday paradox assumes that:
Your implementation must follow these assumptions.