|
1 |
| -# This is an auto-generated file. Regular comments will be removed when this |
2 |
| -# file is regenerated. Regenerating will not touch any manually added keys, |
3 |
| -# so comments can be added in a "comment" key. |
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
4 | 11 |
|
5 | 12 | [dd40c4d2-3c8b-44e5-992a-f42b393ec373]
|
6 | 13 | description = "no matches"
|
7 | 14 |
|
8 | 15 | [b3cca662-f50a-489e-ae10-ab8290a09bdc]
|
9 | 16 | description = "detects two anagrams"
|
| 17 | +include = false |
| 18 | + |
| 19 | +[03eb9bbe-8906-4ea0-84fa-ffe711b52c8b] |
| 20 | +description = "detects two anagrams" |
| 21 | +reimplements = "b3cca662-f50a-489e-ae10-ab8290a09bdc" |
10 | 22 |
|
11 | 23 | [a27558ee-9ba0-4552-96b1-ecf665b06556]
|
12 | 24 | description = "does not detect anagram subsets"
|
@@ -34,12 +46,42 @@ description = "detects anagrams using case-insensitive possible matches"
|
34 | 46 |
|
35 | 47 | [7cc195ad-e3c7-44ee-9fd2-d3c344806a2c]
|
36 | 48 | description = "does not detect an anagram if the original word is repeated"
|
| 49 | +include = false |
| 50 | + |
| 51 | +[630abb71-a94e-4715-8395-179ec1df9f91] |
| 52 | +description = "does not detect an anagram if the original word is repeated" |
| 53 | +reimplements = "7cc195ad-e3c7-44ee-9fd2-d3c344806a2c" |
37 | 54 |
|
38 | 55 | [9878a1c9-d6ea-4235-ae51-3ea2befd6842]
|
39 | 56 | description = "anagrams must use all letters exactly once"
|
40 | 57 |
|
41 | 58 | [85757361-4535-45fd-ac0e-3810d40debc1]
|
42 | 59 | description = "words are not anagrams of themselves (case-insensitive)"
|
| 60 | +include = false |
| 61 | + |
| 62 | +[68934ed0-010b-4ef9-857a-20c9012d1ebf] |
| 63 | +description = "words are not anagrams of themselves" |
| 64 | +reimplements = "85757361-4535-45fd-ac0e-3810d40debc1" |
| 65 | + |
| 66 | +[589384f3-4c8a-4e7d-9edc-51c3e5f0c90e] |
| 67 | +description = "words are not anagrams of themselves even if letter case is partially different" |
| 68 | +reimplements = "85757361-4535-45fd-ac0e-3810d40debc1" |
| 69 | + |
| 70 | +[ba53e423-7e02-41ee-9ae2-71f91e6d18e6] |
| 71 | +description = "words are not anagrams of themselves even if letter case is completely different" |
| 72 | +reimplements = "85757361-4535-45fd-ac0e-3810d40debc1" |
43 | 73 |
|
44 | 74 | [a0705568-628c-4b55-9798-82e4acde51ca]
|
45 | 75 | description = "words other than themselves can be anagrams"
|
| 76 | +include = false |
| 77 | + |
| 78 | +[33d3f67e-fbb9-49d3-a90e-0beb00861da7] |
| 79 | +description = "words other than themselves can be anagrams" |
| 80 | +reimplements = "a0705568-628c-4b55-9798-82e4acde51ca" |
| 81 | + |
| 82 | +[a6854f66-eec1-4afd-a137-62ef2870c051] |
| 83 | +description = "handles case of greek letters" |
| 84 | + |
| 85 | +[fd3509e5-e3ba-409d-ac3d-a9ac84d13296] |
| 86 | +description = "different characters may have the same bytes" |
| 87 | +include = false |
0 commit comments