Computer Science, asked by dayandayan5367, 1 year ago

Algorithm to add two polynomials using linked list in c

Answers

Answered by Anonymous
0
Better to search it on Google u will find a best a way of your answer....
Answered by mahesijjh
1

Step 1: loop around all values of linked list and follow step 2& 3. Step 2: if the value of a node's exponent. is greater copy this node to result node and head towards the next node. Step 3: if the values of both node's exponent is same add the coefficients and then copy the added value with node to the result.

Similar questions