Definition: Algorithm Efficiency
An algorithm is efficient if its Time Complexity is on the order of for some constant , i.e. there is a polynomial of degree such that .
Definition: Algorithm Efficiency
An algorithm is efficient if its Time Complexity is on the order of for some constant , i.e. there is a polynomial of degree such that .