File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
exercises/practice/satellite/.meta Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 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.
411
512[8df3fa26-811a-4165-9286-ff9ac0850d19 ]
613description = " Empty tree"
@@ -19,3 +26,12 @@ description = "Reject inconsistent traversals of same length"
1926
2027[d86a3d72-76a9-43b5-9d3a-e64cb1216035 ]
2128description = " Reject traversals with repeated items"
29+
30+ [af31ae02-7e5b-4452-a990-bccb3fca9148 ]
31+ description = " A degenerate binary tree"
32+
33+ [ee54463d-a719-4aae-ade4-190d30ce7320 ]
34+ description = " Another degenerate binary tree"
35+
36+ [87123c08-c155-4486-90a4-e2f75b0f3e8f ]
37+ description = " Tree with many more items"
You can’t perform that action at this time.
0 commit comments