# Functions
FindMinMax is used to find the minimum value and the maximum value in a slice of integers.
FindPair is used to find two numbers in a slice of integers that sum up to a value.
FindTriple is used to find three numbers in a slice of integers that sum up to a value.
HasPair is used to check if a slice of integers contains two numbers that sum up to a value.
HasTriple is used to check if a slice of integers contains three numbers that sum up to a value.