summaryrefslogtreecommitdiff
path: root/exercises/hashmaps
AgeCommit message (Collapse)Author
2023-06-12Merge branch 'main' into comment_cleanupliv
2023-06-12Merge pull request #1546 from b-apperlo/b-apperlo-patch-1liv
feat: added test function to hashmaps2.rs
2023-06-08fix: updated comment for structBert Apperlo
2023-06-08fix: update hashmaps3.rsBert Apperlo
2023-06-08feat: added test function to hashmaps2.rsBert Apperlo
The existing test functions only check if a kind of fruit exists in the hashmap, but not if the amount of fruits is higher than zero. This new test function solves this.
2023-05-29docs: cleanup the explanation paragraphs at the start of each exercise.Robert Fry
2023-03-30feat(docs): add markdown linter for exercises README.md filesAli Afsharzadeh
2023-03-26reword hashmaps2 a bit moreliv
2023-03-20docs:clarify instructions on hashmaps2.rsRyan Whitehouse
2022-12-20fix(hashmaps3): fix typo in todo hintWilliam Webb
2022-07-14fix(hashmaps): adjust hint commentsmokou
2022-07-14feat: Add hashmap3 exercise.Sateesh Basavaraju
2022-07-12feat: remove collections to hashmapsmokou