[PR #474] [MERGED] Solution for Leedcode problem 13, 29, 66 and 201 #877

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/474
Author: @alex-ruhl
Created: 10/26/2019
Status: Merged
Merged: 10/26/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (1)

  • 2215758 - Adding Roman to Integer (13.c)

📊 Changes

5 files changed (+116 additions, -0 deletions)

View changed files

📝 leetcode/README.md (+4 -0)
leetcode/src/13.c (+49 -0)
leetcode/src/201.c (+6 -0)
leetcode/src/29.c (+35 -0)
leetcode/src/66.c (+22 -0)

📄 Description

Leetcode Solution:

  • Adding Roman to Integer (13.c)
  • Adding Divide Two Integers (29.c)
  • Adding Plus One (66.c)
  • Adding Bitwise AND of Numbers Range (201.c)
  • Readme updated

#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/474 **Author:** [@alex-ruhl](https://github.com/alex-ruhl) **Created:** 10/26/2019 **Status:** ✅ Merged **Merged:** 10/26/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2215758`](https://github.com/TheAlgorithms/C/commit/2215758b3b323fa52b7c292e794160683434e7e2) - Adding Roman to Integer (13.c) ### 📊 Changes **5 files changed** (+116 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+4 -0) ➕ `leetcode/src/13.c` (+49 -0) ➕ `leetcode/src/201.c` (+6 -0) ➕ `leetcode/src/29.c` (+35 -0) ➕ `leetcode/src/66.c` (+22 -0) </details> ### 📄 Description Leetcode Solution: - Adding Roman to Integer (13.c) - Adding Divide Two Integers (29.c) - Adding Plus One (66.c) - Adding Bitwise AND of Numbers Range (201.c) - Readme updated #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:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#877