Commit Graph

3 Commits (6b6dc9dd48ed0f97be02263ee45267af361fd029)

Author SHA1 Message Date
Zerotask 249ad44cc0
docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
4 years ago
Pascal H 3bce2ef8d6
chore: clarify collections documentation
C++ `map` is more like BTreeMap.

`unordered_map` in C++(11) is the equivalent of `HashMap` in Rust.
(+ additional like for references).
4 years ago
sazid 0c12fa31c5 feat: Add Vec exercises 4 years ago