scoresvideos

โŒจ๏ธap computer science principles review

key term - Factorial Efficiency

Citation:

Definition

Factorial efficiency refers to an algorithm or function whose running time grows factorially with respect to its input size. In other words, as the input gets larger, this type of algorithm experiences extremely rapid growth in its execution time.

"Factorial Efficiency" also found in: