1. The document describes implementing Newton Gregory backward interpolation and least squares polynomial curve fitting in MATLAB.
2. It presents the theory of interpolation, the Newton Gregory backward interpolation formula, and the program steps to calculate backward interpolation for a given data set and plot the results.
3. The time complexity of the backward interpolation program is O(n^2) due to nested loops and other operations that are proportional to the number of data points.