The combinatorial explosion is something that commonly happens to the time complexity of problems that deal with combinations or permutations.

It leads to the total decision space growing exponentially or worse as the input size grows.