[PR #1352] added C code for multiplication of 2 polynomials #1953

Open
opened 2026-01-29 15:26:41 +00:00 by claunia · 0 comments
Owner

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.

**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.
claunia added the pull-request label 2026-01-29 15:26:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1953