mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-23 15:34:20 +00:00
[PR #1352] added C code for multiplication of 2 polynomials #1953
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1352
State: closed
Merged: No
Title:
Added C code for multiplication of 2 polynomials using Linked-List Data Structure
Description:
I have implemented a C program to multiply two polynomials given by user using Linked-List as the primary Data structure with proper comments and description. Kindly Consider this PR for HacktoberFest.