summaryrefslogtreecommitdiff
path: root/exercises/11_hashmaps
AgeCommit message (Collapse)Author
2024-07-16fix: Lyche becomes LycheeMikkel ALMONTE--RINGAUD
Small typo.
2024-07-05fix: Add clarification to instructions for hashmaps2.rsMatt Nield
In the instructions for hashmaps2.rs, the last sentence of the include the phrase "these fruits", which refers to fruits that were mentioned two sentences prior. Having a sentence in between the first sentence in which the fruits were described and a later sentence in which the phrase "these fruits" is used makes this confusing to read, since the phrase "these fruits" does not come immediately after the mention of the fruits that the phrase refers to. This pull request expands the last sentence to explicitly refer to the fruits being mentioned, in order to add clarity about the requirement of the exercise.
2024-06-27Merge branch 'main'mo8it
2024-06-26hashmaps3 solutionmo8it
2024-06-24hashmaps2 solutionmo8it
2024-06-24hashmaps1 solutionmo8it
2024-06-24Merge pull request #1782 from danielsomerfield/mainMo
Fix all_fruits_types_in_basket to fail if all fruit kinds are not included
2024-04-29doc : add a dot in hashmaps1.rs file to fill e.g.allupeng
2024-04-17Clean up and unify exercisesmo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-03-27Move test array to be in test module as vecDaniel Somerfield
2024-03-04Update hashmaps3.rs description for clarityEvan Miller
I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match. My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum. Updated the exercise description to clarify this point. Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361
2024-01-09Correct for more standard EnglishSergei Gerasenko
2023-11-21Fix all_fruits_types_in_basket to fail if all fruit kinds are not includedDaniel Somerfield
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer