|
| 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. |
| 11 | + |
| 12 | +[dd40c4d2-3c8b-44e5-992a-f42b393ec373] |
| 13 | +description = "no matches" |
| 14 | + |
| 15 | +[b3cca662-f50a-489e-ae10-ab8290a09bdc] |
| 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" |
| 22 | + |
| 23 | +[a27558ee-9ba0-4552-96b1-ecf665b06556] |
| 24 | +description = "does not detect anagram subsets" |
| 25 | + |
| 26 | +[64cd4584-fc15-4781-b633-3d814c4941a4] |
| 27 | +description = "detects anagram" |
| 28 | + |
| 29 | +[99c91beb-838f-4ccd-b123-935139917283] |
| 30 | +description = "detects three anagrams" |
| 31 | + |
| 32 | +[78487770-e258-4e1f-a646-8ece10950d90] |
| 33 | +description = "detects multiple anagrams with different case" |
| 34 | + |
| 35 | +[1d0ab8aa-362f-49b7-9902-3d0c668d557b] |
| 36 | +description = "does not detect non-anagrams with identical checksum" |
| 37 | + |
| 38 | +[9e632c0b-c0b1-4804-8cc1-e295dea6d8a8] |
| 39 | +description = "detects anagrams case-insensitively" |
| 40 | + |
| 41 | +[b248e49f-0905-48d2-9c8d-bd02d8c3e392] |
| 42 | +description = "detects anagrams using case-insensitive subject" |
| 43 | + |
| 44 | +[f367325c-78ec-411c-be76-e79047f4bd54] |
| 45 | +description = "detects anagrams using case-insensitive possible matches" |
| 46 | + |
| 47 | +[7cc195ad-e3c7-44ee-9fd2-d3c344806a2c] |
| 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" |
| 54 | + |
| 55 | +[9878a1c9-d6ea-4235-ae51-3ea2befd6842] |
| 56 | +description = "anagrams must use all letters exactly once" |
| 57 | + |
| 58 | +[85757361-4535-45fd-ac0e-3810d40debc1] |
| 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" |
| 73 | + |
| 74 | +[a0705568-628c-4b55-9798-82e4acde51ca] |
| 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" |
0 commit comments