scoresvideos

โŒจ๏ธap computer science principles review

key term - Polynomial Efficiency

Citation:

Definition

Polynomial efficiency refers to an algorithm or function that has a time complexity that can be represented by a polynomial equation. This means that the running time of the algorithm grows at a rate proportional to some power of the input size.

"Polynomial Efficiency" also found in: