This is a "How To" program explaining how to efficiently find the maximum value in a list. It isn't uncommon to sort a list to get the min or max value. That is less efficient and changes the order of the list. It should be trivial to adapt this to find the minimum value in a list instead.
THANKS