O(n!)
Term side of the Card
Topic: Complexity Analysis
Unit title: O(n!)
Categories: Concept
Explanation side of the Card
Explanation: The complexity class where execution time scales factorially with input size. Typically found in algorithms that generate all possible permutations or combinations.