diff options
| author | seporterfield <107010978+seporterfield@users.noreply.github.com> | 2023-01-01 02:29:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-01 02:29:45 +0100 |
| commit | b2b6e6900fbe8b63a7d965240715ad56fa81403a (patch) | |
| tree | 37d6b80241939409a8574a0dcb14ce966d73e380 | |
| parent | 66eaaf7b6e5f7a5fe0ec0472c7ef9610b332bb2f (diff) | |
reformatted exercise->chapter mapping
Added and removed rows according to changes to exercise order and grouping.
| -rw-r--r-- | exercises/README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/exercises/README.md b/exercises/README.md index e52137c..26fcdf8 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -7,7 +7,7 @@ | if | §3.5 | | primitive_types | §3.2, §4.3 | | vecs | §8.1 | -| move_semantics | §4.1, §4.2 | +| move_semantics | §4.1-2 | | structs | §5.1, §5.3 | | enums | §6, §18.3 | | strings | §8.2 | @@ -19,8 +19,9 @@ | traits | §10.2 | | tests | §11.1 | | lifetimes | §10.3 | -| standard_library_types | §13.2, §15.1, §16.3 | -| threads | §16.1, §16.2, §16.3 | +| iterators | §13.2-4 | +| threads | §16.1-3 | +| smart_pointers | §15, §16.3 | | macros | §19.6 | | clippy | n/a | | conversions | n/a | |
