-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
82 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This is an auto-generated file. | ||
# | ||
# Regenerating this file via `configlet sync` will: | ||
# - Recreate every `description` key/value pair | ||
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications | ||
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) | ||
# - Preserve any other key/value pair | ||
# | ||
# As user-added comments (using the # character) will be removed when this file | ||
# is regenerated, comments can be added via a `comment` key. | ||
|
||
[e9c93a78-c536-4750-a336-94583d23fafa] | ||
description = "data is retained" | ||
|
||
[7a95c9e8-69f6-476a-b0c4-4170cb3f7c91] | ||
description = "insert data at proper node -> smaller number at left node" | ||
|
||
[22b89499-9805-4703-a159-1a6e434c1585] | ||
description = "insert data at proper node -> same number at left node" | ||
|
||
[2e85fdde-77b1-41ed-b6ac-26ce6b663e34] | ||
description = "insert data at proper node -> greater number at right node" | ||
|
||
[dd898658-40ab-41d0-965e-7f145bf66e0b] | ||
description = "can create complex tree" | ||
|
||
[9e0c06ef-aeca-4202-b8e4-97f1ed057d56] | ||
description = "can sort data -> can sort single number" | ||
|
||
[425e6d07-fceb-4681-a4f4-e46920e380bb] | ||
description = "can sort data -> can sort if second number is smaller than first" | ||
|
||
[bd7532cc-6988-4259-bac8-1d50140079ab] | ||
description = "can sort data -> can sort if second number is same as first" | ||
|
||
[b6d1b3a5-9d79-44fd-9013-c83ca92ddd36] | ||
description = "can sort data -> can sort if second number is greater than first" | ||
|
||
[d00ec9bd-1288-4171-b968-d44d0808c1c8] | ||
description = "can sort data -> can sort complex tree" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters