def min_with_index
      minimum = nil
      minimum_index = nil

      if self.length > 0