Skip to content

Commit 033bf11

Browse files
authored
feat: match exercise order to book chapters (#541)
Added exercise to book chapter mapping table to exercise README
1 parent cdc7d92 commit 033bf11

File tree

2 files changed

+279
-328
lines changed

2 files changed

+279
-328
lines changed

exercises/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Exercise to Book Chapter mapping
2+
3+
| Exercise | Book Chapter |
4+
|------------------------|--------------|
5+
| variables | §3.1 |
6+
| functions | §3.3 |
7+
| if | §3.5 |
8+
| move_semantics | §4.1 |
9+
| primitive_types | §4.3 |
10+
| structs | §5.1 |
11+
| enums | §6 |
12+
| modules | §7.2 |
13+
| strings | §8.2 |
14+
| error_handling | §9 |
15+
| generics | §10 |
16+
| option | §10.1 |
17+
| traits | §10.2 |
18+
| tests | §11.1 |
19+
| standard_library_types | §13.2 |
20+
| threads | §16.1 |
21+
| macros | §19.6 |
22+
| clippy | n/a |
23+
| conversions | n/a |

0 commit comments

Comments
 (0)