T5uku5hi / measure_numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

measure_numbers

What's this?

This program is a Rust exercise written on The Rust Programming Language Chapter 8.

Given a list of integers, use a vector and return the mean (the average value), median (when sorted, the value in the middle position), and mode (the value that occurs most often; a hash map will be helpful here) of the list.

I'm a new Rustacean!

If this program looks funny, please tell me !

About


Languages

Language:Rust 100.0%