Maximumminimum
Maximumminimum is a term used across mathematics and computer science to describe a value or problem that centers on taking the largest value among the smallest values in a collection. In decision theory, the maximin criterion instructs a decision maker to select the option whose worst-case outcome is as favorable as possible, embodying a conservative approach under uncertainty.
In algorithmic contexts, maximumminimum can refer to problems such as the maximum of minimums of subarrays
Efficient computation uses specialized data structures. For a fixed window size, a sliding window minimum can
Historically, the maximin concept is tied to decision theory and game theory, with roots in early minimax
See also: minimax, maximin, sliding window, monotonic queue, robust optimization.