Lagrange Polynomial Interpolation in O(n) Time

42 Views Asked by At

Is it possible to evaluate a Lagrange polynomial interpolation in O(n) time after using a preprocessing step with O(n^2) operations? Thank you.