|
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 | [485b9452-bf94-40f7-a3db-c3cf4850066a] |
6 | | -description = "empty lists" |
| 13 | +description = "append entries to a list and return the new list -> empty lists" |
7 | 14 |
|
8 | 15 | [2c894696-b609-4569-b149-8672134d340a] |
9 | | -description = "list to empty list" |
| 16 | +description = "append entries to a list and return the new list -> list to empty list" |
10 | 17 |
|
11 | 18 | [e842efed-3bf6-4295-b371-4d67a4fdf19c] |
12 | | -description = "empty list to list" |
| 19 | +description = "append entries to a list and return the new list -> empty list to list" |
13 | 20 |
|
14 | 21 | [71dcf5eb-73ae-4a0e-b744-a52ee387922f] |
15 | | -description = "non-empty lists" |
| 22 | +description = "append entries to a list and return the new list -> non-empty lists" |
16 | 23 |
|
17 | 24 | [28444355-201b-4af2-a2f6-5550227bde21] |
18 | | -description = "empty list" |
| 25 | +description = "concatenate a list of lists -> empty list" |
19 | 26 |
|
20 | 27 | [331451c1-9573-42a1-9869-2d06e3b389a9] |
21 | | -description = "list of lists" |
| 28 | +description = "concatenate a list of lists -> list of lists" |
22 | 29 |
|
23 | 30 | [d6ecd72c-197f-40c3-89a4-aa1f45827e09] |
24 | | -description = "list of nested lists" |
| 31 | +description = "concatenate a list of lists -> list of nested lists" |
25 | 32 |
|
26 | 33 | [0524fba8-3e0f-4531-ad2b-f7a43da86a16] |
27 | | -description = "empty list" |
| 34 | +description = "filter list returning only values that satisfy the filter function -> empty list" |
28 | 35 |
|
29 | 36 | [88494bd5-f520-4edb-8631-88e415b62d24] |
30 | | -description = "non-empty list" |
| 37 | +description = "filter list returning only values that satisfy the filter function -> non-empty list" |
31 | 38 |
|
32 | 39 | [1cf0b92d-8d96-41d5-9c21-7b3c37cb6aad] |
33 | | -description = "empty list" |
| 40 | +description = "returns the length of a list -> empty list" |
34 | 41 |
|
35 | 42 | [d7b8d2d9-2d16-44c4-9a19-6e5f237cb71e] |
36 | | -description = "non-empty list" |
| 43 | +description = "returns the length of a list -> non-empty list" |
37 | 44 |
|
38 | 45 | [c0bc8962-30e2-4bec-9ae4-668b8ecd75aa] |
39 | | -description = "empty list" |
| 46 | +description = "return a list of elements whose values equal the list value transformed by the mapping function -> empty list" |
40 | 47 |
|
41 | 48 | [11e71a95-e78b-4909-b8e4-60cdcaec0e91] |
42 | | -description = "non-empty list" |
| 49 | +description = "return a list of elements whose values equal the list value transformed by the mapping function -> non-empty list" |
43 | 50 |
|
44 | 51 | [613b20b7-1873-4070-a3a6-70ae5f50d7cc] |
45 | | -description = "empty list" |
| 52 | +description = "folds (reduces) the given list from the left with a function -> empty list" |
| 53 | +include = false |
46 | 54 |
|
47 | 55 | [e56df3eb-9405-416a-b13a-aabb4c3b5194] |
48 | | -description = "direction independent function applied to non-empty list" |
| 56 | +description = "folds (reduces) the given list from the left with a function -> direction independent function applied to non-empty list" |
| 57 | +include = false |
49 | 58 |
|
50 | 59 | [d2cf5644-aee1-4dfc-9b88-06896676fe27] |
51 | | -description = "direction dependent function applied to non-empty list" |
| 60 | +description = "folds (reduces) the given list from the left with a function -> direction dependent function applied to non-empty list" |
| 61 | +include = false |
| 62 | + |
| 63 | +[36549237-f765-4a4c-bfd9-5d3a8f7b07d2] |
| 64 | +description = "folds (reduces) the given list from the left with a function -> empty list" |
| 65 | +reimplements = "613b20b7-1873-4070-a3a6-70ae5f50d7cc" |
| 66 | + |
| 67 | +[7a626a3c-03ec-42bc-9840-53f280e13067] |
| 68 | +description = "folds (reduces) the given list from the left with a function -> direction independent function applied to non-empty list" |
| 69 | +reimplements = "e56df3eb-9405-416a-b13a-aabb4c3b5194" |
| 70 | + |
| 71 | +[d7fcad99-e88e-40e1-a539-4c519681f390] |
| 72 | +description = "folds (reduces) the given list from the left with a function -> direction dependent function applied to non-empty list" |
| 73 | +reimplements = "d2cf5644-aee1-4dfc-9b88-06896676fe27" |
52 | 74 |
|
53 | 75 | [aeb576b9-118e-4a57-a451-db49fac20fdc] |
54 | | -description = "empty list" |
| 76 | +description = "folds (reduces) the given list from the right with a function -> empty list" |
| 77 | +include = false |
55 | 78 |
|
56 | 79 | [c4b64e58-313e-4c47-9c68-7764964efb8e] |
57 | | -description = "direction independent function applied to non-empty list" |
| 80 | +description = "folds (reduces) the given list from the right with a function -> direction independent function applied to non-empty list" |
| 81 | +include = false |
58 | 82 |
|
59 | 83 | [be396a53-c074-4db3-8dd6-f7ed003cce7c] |
60 | | -description = "direction dependent function applied to non-empty list" |
| 84 | +description = "folds (reduces) the given list from the right with a function -> direction dependent function applied to non-empty list" |
| 85 | +include = false |
| 86 | + |
| 87 | +[17214edb-20ba-42fc-bda8-000a5ab525b0] |
| 88 | +description = "folds (reduces) the given list from the right with a function -> empty list" |
| 89 | +reimplements = "aeb576b9-118e-4a57-a451-db49fac20fdc" |
| 90 | + |
| 91 | +[e1c64db7-9253-4a3d-a7c4-5273b9e2a1bd] |
| 92 | +description = "folds (reduces) the given list from the right with a function -> direction independent function applied to non-empty list" |
| 93 | +reimplements = "c4b64e58-313e-4c47-9c68-7764964efb8e" |
| 94 | + |
| 95 | +[8066003b-f2ff-437e-9103-66e6df474844] |
| 96 | +description = "folds (reduces) the given list from the right with a function -> direction dependent function applied to non-empty list" |
| 97 | +reimplements = "be396a53-c074-4db3-8dd6-f7ed003cce7c" |
61 | 98 |
|
62 | 99 | [94231515-050e-4841-943d-d4488ab4ee30] |
63 | | -description = "empty list" |
| 100 | +description = "reverse the elements of the list -> empty list" |
64 | 101 |
|
65 | 102 | [fcc03d1e-42e0-4712-b689-d54ad761f360] |
66 | | -description = "non-empty list" |
| 103 | +description = "reverse the elements of the list -> non-empty list" |
67 | 104 |
|
68 | 105 | [40872990-b5b8-4cb8-9085-d91fc0d05d26] |
69 | | -description = "list of lists is not flattened" |
| 106 | +description = "reverse the elements of the list -> list of lists is not flattened" |
0 commit comments