Topic: "polynomial-addition"
sanjanatg/polynomial-addition-using-linked-list
Adding 'n' polynomials with the data structure ,singly linked list.
Language: C - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

sanjanatg/polynomial-addition
Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Adds the polynomials together and stores the result in a new polynomial. Prints the resulting polynomial.
Language: C - Size: 6.84 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Candida18/Data_Structures
Language: C - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
