Skip to content

Commit

Permalink
Placing problems
Browse files Browse the repository at this point in the history
I think @petertseng's instincts are right

exercism#178 (comment)

But I moved it before Queen Attack because I think having Queen Attack
followed by Sublist is a good combo.
  • Loading branch information
whit0694 committed Aug 25, 2016
1 parent 8610925 commit 2ce5134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"grade-school",
"tournament",
"robot-simulator",
"bracket-push",
"queen-attack",
"sublist",
"space-age",
Expand Down
1 change: 1 addition & 0 deletions problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ hexadecimal | Option, zip/fold/chars, map
grade-school | struct, entry api, Vec, Option
tournament | enum, sorting, hashmap, structs
robot-simulator | Immutability, enum
bracket-push | filtering, From trait, stack or recursion
queen-attack | struct, trait (optional), Result
sublist | enum, generic over type
space-age | Custom Trait, From Trait, Default Trait implementation
Expand Down

0 comments on commit 2ce5134

Please sign in to comment.