diff --git a/README.md b/README.md new file mode 100644 index 0000000..973dcb6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Polynomial Interpolation + +ANSI C program which composes polynomial of n - 1 degree for n dots.