Commit Graph
4 Commits
Author SHA1 Message Date
lauralindzeyandGitHub 8774e47dc3 docs: Update collections README with HashMap link 2021-07-06 01:31:27 -07:00
Zerotask 249ad44cc0 docs(exercises): updated all exercises readme files
all exercises readme files now have a unified structure and a description
2021-04-23 19:54:31 +02:00
Pascal HandGitHub 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).
2021-03-15 09:14:12 +01:00
sazid 0c12fa31c5 feat: Add Vec exercises 2020-10-31 01:10:49 +06:00