The minimum function is a mathematical operation that returns the smallest value among a set of numbers.
Maximum Function: Returns the largest value among a set of numbers.
Sorting Algorithm: A method for arranging elements in a specific order, such as sorting numbers from smallest to largest.
A data structure that stores multiple values of the same type in contiguous memory locations.