|
| 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 | +[b55c24a9-a98d-4379-a08c-2adcf8ebeee8] |
| 13 | +description = "finds a value in an array with one element" |
| 14 | + |
| 15 | +[73469346-b0a0-4011-89bf-989e443d503d] |
| 16 | +description = "finds a value in the middle of an array" |
| 17 | + |
| 18 | +[327bc482-ab85-424e-a724-fb4658e66ddb] |
| 19 | +description = "finds a value at the beginning of an array" |
| 20 | + |
| 21 | +[f9f94b16-fe5e-472c-85ea-c513804c7d59] |
| 22 | +description = "finds a value at the end of an array" |
| 23 | + |
| 24 | +[f0068905-26e3-4342-856d-ad153cadb338] |
| 25 | +description = "finds a value in an array of odd length" |
| 26 | + |
| 27 | +[fc316b12-c8b3-4f5e-9e89-532b3389de8c] |
| 28 | +description = "finds a value in an array of even length" |
| 29 | + |
| 30 | +[da7db20a-354f-49f7-a6a1-650a54998aa6] |
| 31 | +description = "identifies that a value is not included in the array" |
| 32 | + |
| 33 | +[95d869ff-3daf-4c79-b622-6e805c675f97] |
| 34 | +description = "a value smaller than the array's smallest value is not found" |
| 35 | + |
| 36 | +[8b24ef45-6e51-4a94-9eac-c2bf38fdb0ba] |
| 37 | +description = "a value larger than the array's largest value is not found" |
| 38 | + |
| 39 | +[f439a0fa-cf42-4262-8ad1-64bf41ce566a] |
| 40 | +description = "nothing is found in an empty array" |
| 41 | + |
| 42 | +[2c353967-b56d-40b8-acff-ce43115eed64] |
| 43 | +description = "nothing is found when the left and right bounds cross" |
0 commit comments