We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5dfc36 commit beb85f7Copy full SHA for beb85f7
exercises/baffling-birthdays/instructions.md
@@ -7,7 +7,7 @@ To do this, you need to:
7
- Determine if two birthdates have the same month and day.
8
- Generate random birthdates.
9
- Check if a collection of randomly generated birthdates contains any two with the same month and day.
10
-- Estimate the probability of at least one match for different group sizes.
+- Estimate the probability that at least two people in a group share the same birthday (month and day) for different group sizes.
11
12
~~~~exercism/caution
13
The birthday paradox assumes that:
0 commit comments