Skip to content

Commit 17b5e11

Browse files
Update instructions.md
Co-authored-by: András B Nagy <[email protected]>
1 parent e90009e commit 17b5e11

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
@@ -4,7 +4,7 @@ Your task is to implement a solution that verifies the Birthday Paradox's probab
44

55
To do this, you need to:
66

7-
- Determine if two birthdates match (same month and day).
7+
- Determine if two birthdates have the same month and day.
88
- Generate random birthdates.
99
- Check if a set of randomly generated birthdates contains at least one matching pair.
1010
- Calculate the probability of at least one match for different group sizes.

0 commit comments

Comments
 (0)