Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"roman-numerals",
"all-your-base",
"grade-school",
"tournament",
"robot-simulator",
"bracket-push",
"queen-attack",
Expand All @@ -32,6 +31,7 @@
"variable-length-quantity",
"phone-number",
"wordy",
"tournament",
"custom-set",
"anagram",
"nucleotide-codons",
Expand Down
2 changes: 1 addition & 1 deletion problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ rna-transcription | match, struct, str vs string
roman-numerals | mutable, results, loops, struct, traits
all-your-base | Result, enumerate, fold, map
grade-school | struct, entry api, Vec, Option
tournament | enum, sorting, hashmap, structs
robot-simulator | Immutability, enum
bracket-push | From trait, stack or recursion
queen-attack | struct, trait (optional), Result
Expand All @@ -51,6 +50,7 @@ allergies | struct, enum, bitwise (probably), vectors, filter
variable-length-quantity | Encodings, slices, bitwise, Result
phone-number | option, format, unwrap_or, iters, match
wordy | Result, string parsing, operators (optional)
tournament | enum, sorting, hashmap, structs
custom-set | generic over type, vector, equality, struct

## Rust Gets Strange
Expand Down