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
[5cff78fe-cf02-459d-85c2-ce584679f887 ]
6
- description = " finds the smallest palindrome from single digit factors"
13
+ description = " find the smallest palindrome from single digit factors"
7
14
8
15
[0853f82c-5fc4-44ae-be38-fadb2cced92d ]
9
- description = " finds the largest palindrome from single digit factors"
16
+ description = " find the largest palindrome from single digit factors"
10
17
11
18
[66c3b496-bdec-4103-9129-3fcb5a9063e1 ]
12
19
description = " find the smallest palindrome from double digit factors"
@@ -15,13 +22,13 @@ description = "find the smallest palindrome from double digit factors"
15
22
description = " find the largest palindrome from double digit factors"
16
23
17
24
[cecb5a35-46d1-4666-9719-fa2c3af7499d ]
18
- description = " find smallest palindrome from triple digit factors"
25
+ description = " find the smallest palindrome from triple digit factors"
19
26
20
27
[edab43e1-c35f-4ea3-8c55-2f31dddd92e5 ]
21
28
description = " find the largest palindrome from triple digit factors"
22
29
23
30
[4f802b5a-9d74-4026-a70f-b53ff9234e4e ]
24
- description = " find smallest palindrome from four digit factors"
31
+ description = " find the smallest palindrome from four digit factors"
25
32
26
33
[787525e0-a5f9-40f3-8cb2-23b52cf5d0be ]
27
34
description = " find the largest palindrome from four digit factors"
@@ -37,3 +44,6 @@ description = "error result for smallest if min is more than max"
37
44
38
45
[eeeb5bff-3f47-4b1e-892f-05829277bd74 ]
39
46
description = " error result for largest if min is more than max"
47
+
48
+ [16481711-26c4-42e0-9180-e2e4e8b29c23 ]
49
+ description = " smallest product does not use the smallest factor"
0 commit comments