mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-16 05:55:12 +00:00
[PR #425] [MERGED] Solution for Leedcode problem 2 and 21 #801
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/425
Author: @shubhamdp
Created: 10/18/2019
Status: ✅ Merged
Merged: 10/19/2019
Merged by: @danghai
Base:
master← Head:master📝 Commits (1)
4a7480eSolution 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.