[PR #1122] [CLOSED] Polynomial addition #1688

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1122
Author: @ms-starryvoid
Created: 10/29/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+152 additions, -0 deletions)

View changed files

polynomial_add_link.c (+152 -0)

📄 Description

adding to polynomials represented using single linked list


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1122 **Author:** [@ms-starryvoid](https://github.com/ms-starryvoid) **Created:** 10/29/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1678194`](https://github.com/TheAlgorithms/C/commit/16781947e1ddd6e24012ecff8d13039afa9f8327) Add files via upload ### 📊 Changes **1 file changed** (+152 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `polynomial_add_link.c` (+152 -0) </details> ### 📄 Description adding to polynomials represented using single linked list --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:23:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1688