From f0a279b9301afe49ead2b01388f649f647b8ec8a Mon Sep 17 00:00:00 2001 From: dm1sh Date: Sun, 13 Jun 2021 04:24:40 +0500 Subject: [PATCH] Added readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md 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.