[PR #986] [CLOSED] feat: leetcode Maximum Twin Sum of a Linked List solution #1526

Closed
opened 2026-01-29 15:21:58 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/986
Author: @Sindhuinti
Created: 10/4/2022
Status: Closed

Base: masterHead: sindhu-leetcode


📝 Commits (3)

  • e5455ec feat: leetcode Maximum Twin Sum of a Linked List solution
  • 6592df3 Suggested changes made
  • cf738f4 Removed C_Cpp.errorSquiggles

📊 Changes

3 files changed (+23 additions, -7 deletions)

View changed files

.vscode/settings.json (+0 -7)
📝 leetcode/README.md (+1 -0)
leetcode/src/2130.c (+22 -0)

📄 Description

  • [☑ ] #### Description of Change

References

Checklist

  • [☑ ] Added description of change
  • [ ☑] Added file name matches File name guidelines
  • Added tests and example, test must pass
  • [☑ ] Relevant documentation/comments is changed or added
  • [ ☑] PR title follows semantic commit guidelines
  • [☑ ] Search previous suggestions before making a new one, as yours may be a duplicate.
  • [ ☑] I acknowledge that all my contributions will be made under the project's license.

Notes:

Add the leetcode question Maximum Twin Sum of a Linked List (2130) -medium level


🔄 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/986 **Author:** [@Sindhuinti](https://github.com/Sindhuinti) **Created:** 10/4/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sindhu-leetcode` --- ### 📝 Commits (3) - [`e5455ec`](https://github.com/TheAlgorithms/C/commit/e5455ec927e9a1e163d4ddc2fe62dc83e69c88ed) feat: leetcode Maximum Twin Sum of a Linked List solution - [`6592df3`](https://github.com/TheAlgorithms/C/commit/6592df3b7fb226639fe4ef98cdc82ac2f9aef4bb) Suggested changes made - [`cf738f4`](https://github.com/TheAlgorithms/C/commit/cf738f494ab72299feeb226b4fd02765d82719ad) Removed C_Cpp.errorSquiggles ### 📊 Changes **3 files changed** (+23 additions, -7 deletions) <details> <summary>View changed files</summary> ➖ `.vscode/settings.json` (+0 -7) 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/2130.c` (+22 -0) </details> ### 📄 Description - - [&#9745; ] #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [&#9745; ] Added description of change - [ &#9745;] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [&#9745; ] Relevant documentation/comments is changed or added - [ &#9745;] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [&#9745; ] Search previous suggestions before making a new one, as yours may be a duplicate. - [ &#9745;] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> Add the leetcode question Maximum Twin Sum of a Linked List (2130) -medium level --- <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:21:58 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1526