Algorithms MiniMax Algorithm: How Machine thinks? Minimax algorithm is a recursive algorithm used to choose an optimal move for a player, assuming that the opponent is also playing optimally. As its name suggests, its goal is to minimize the maximum loss (reduce the worst-case scenario).
Software Engineering Simplified: C++ STL Lists In this article, we have explored List in C++ STL in depth along with its member functions and applications. It is a good alternative to arrays.