Description: C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time complexity is O (n).
File list (Check if you may need any files):
newton_Interpolation.txt