Problem reduction search involves recursively decomposing a problem into sub-problems in multiple ways, which can be represented as an AND/OR graph with OR nodes for choice of decompositions and AND nodes for a given decomposition. Game trees similarly use Max and Min nodes to represent the choices of opponents and the decision maker respectively.