In one of the asnwers in game theory, I came across the answer that finding a Nash Equilibrium in a bimatrix game has a complexity level of PPAD-complete.
However I couldn't find whether finding the minimax(or maximin for that matter) for a game is a lower level of complexity. Correct me if im wrong, but if this were true, it would make life easier to find the Nash Equilibria for zero sum games computationally 'easier' (since then maximin=minimax=NE in zero sum games)?
The problem is, during my google searches, I found many algorithms that help solve m x n matrix games, however I have not found any algorithms that aim to find the minimax. Does anyone know of these as well?