mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #986] [CLOSED] feat: leetcode Maximum Twin Sum of a Linked List solution #1526
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?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/986
Author: @Sindhuinti
Created: 10/4/2022
Status: ❌ Closed
Base:
master← Head:sindhu-leetcode📝 Commits (3)
e5455ecfeat: leetcode Maximum Twin Sum of a Linked List solution6592df3Suggested changes madecf738f4Removed 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
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.