Skip to content

Commit

Permalink
fix formating of instructions list
Browse files Browse the repository at this point in the history
By adding a missing 'space
  • Loading branch information
nik-don authored and nprimo committed Feb 29, 2024
1 parent 0ef4893 commit 324e70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subjects/hashing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Given a list of integers (`Vec<i32>`) write three **functions**.

-`mean`: that calculates the mean (the average value) of all the values in the list.
- `mean`: that calculates the mean (the average value) of all the values in the list.

- `median`: that calculates the median (for a sorted list, it is the value in the middle). If there is an even amount of numbers in the list, the middle pair must be determined, added together, and divided by two to find the median value.

Expand Down

0 comments on commit 324e70d

Please sign in to comment.