Skip to content

Returns the mean, median and mode of a list of integers

License

Notifications You must be signed in to change notification settings

Geoffrey42/mean_median_mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean_median_mode

Returns the mean, median and mode of a list of integers

Assignment

Project assigment from Rust book chapter 8.

Given a list of integers, use a vector and return:

  • The mean (the average value).
  • The median (when sorted, the value in the middle position).
  • The mode (the value that occurs most often; a hash map will be helpful here).

About

Returns the mean, median and mode of a list of integers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages