Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 410 Bytes

Mathematics

This folder includes the following Jupyter notebooks.

This explains what the range, mean, median and mode of a list of numbers are. The exercises are to compute each of the measures.

Computing the median requires sorting. All other exercises can be done with just basic Python constructs. The mode can be more efficiently computed with additional data structures.