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 de2675f commit d5dfc36Copy full SHA for d5dfc36
exercises/baffling-birthdays/instructions.md
@@ -6,7 +6,7 @@ To do this, you need to:
6
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 at least one matching pair.
+- 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.
11
12
~~~~exercism/caution
0 commit comments