pub fn min_naive<T>(xs: &[T]) -> Option<T>where T: PartialOrd + Copy,
Locates the minimum value in a given vector.