Question: Answer in C Language. Don't use ChatGPT to answer it. In this problem, you are given N 2D-points. You are asked to find a polynomial
Answer in C Language. Don't use ChatGPT to answer it.

In this problem, you are given N 2D-points. You are asked to find a polynomial that passes through all those N points. The input has N+1 lines. The first line consists of a single positive integer N>2, which indicates the number of points and also the number of remaining lines. After that, each line consists of two integers, separated by a space, which are the x - and y-coordinates of a point respectively. Sample input: 3123347 Sample output: x22x+4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
