Exercise: Find the Median

Let's figure out how to find the median of a list of numbers.

We'll cover the following...

Find the median

The median is the middle of a sorted list of numbers. For example, the median of the dataset 1,1,2, 5,6,6,91, 1, 2, 5, 6, 6, 9 ...