[PR #425] [MERGED] Solution for Leedcode problem 2 and 21 #801

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/425
Author: @shubhamdp
Created: 10/18/2019
Status: Merged
Merged: 10/19/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (1)

  • 4a7480e Solution for Leedcode problem 2 and 21

📊 Changes

3 files changed (+114 additions, -1 deletions)

View changed files

📝 leetcode/README.md (+3 -1)
leetcode/src/2.c (+51 -0)
leetcode/src/21.c (+60 -0)

📄 Description

Leetcode Solution:
Problem 2: Add Two Numbers
Problem 21: Merge Two Sorted Lists
#249


🔄 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/425 **Author:** [@shubhamdp](https://github.com/shubhamdp) **Created:** 10/18/2019 **Status:** ✅ Merged **Merged:** 10/19/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4a7480e`](https://github.com/TheAlgorithms/C/commit/4a7480e3037894188a0976670ae361337fe3cc6e) Solution for Leedcode problem 2 and 21 ### 📊 Changes **3 files changed** (+114 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+3 -1) ➕ `leetcode/src/2.c` (+51 -0) ➕ `leetcode/src/21.c` (+60 -0) </details> ### 📄 Description Leetcode Solution: Problem 2: Add Two Numbers Problem 21: Merge Two Sorted Lists #249 --- <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:15:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#801