Algorithm to add two polynomials using linked list in c
Answers
Answered by
0
Better to search it on Google u will find a best a way of your answer....
Answered by
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