Skip to content

Commit beb85f7

Browse files
Update instructions.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent d5dfc36 commit beb85f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/baffling-birthdays/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To do this, you need to:
77
- Determine if two birthdates have the same month and day.
88
- Generate random birthdates.
99
- 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.
10+
- Estimate the probability that at least two people in a group share the same birthday (month and day) for different group sizes.
1111

1212
~~~~exercism/caution
1313
The birthday paradox assumes that:

0 commit comments

Comments
 (0)