[PR #1154] [CLOSED] Added LeetCode Problem No.100 #1724

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1154
Author: @arnabpal2022
Created: 11/20/2022
Status: Closed

Base: masterHead: origin/test2


📝 Commits (8)

📊 Changes

2 files changed (+20 additions, -0 deletions)

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/100.c (+19 -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:


🔄 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/1154 **Author:** [@arnabpal2022](https://github.com/arnabpal2022) **Created:** 11/20/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `origin/test2` --- ### 📝 Commits (8) - [`af711bb`](https://github.com/TheAlgorithms/C/commit/af711bb92cd08a2f1976c247577243958f50873d) feat: add leetcode problem 100 - [`5e87394`](https://github.com/TheAlgorithms/C/commit/5e87394179b7c24b9784b005a21989a2cddaf6c6) Update 100.c - [`42c1324`](https://github.com/TheAlgorithms/C/commit/42c13246559f48359b859ba5ae70e25e02e177ef) Merge branch 'master' into origin/test2 - [`1cbecb1`](https://github.com/TheAlgorithms/C/commit/1cbecb1a1249324954246249c034ce76294d33b3) Update leetcode/src/100.c - [`061db54`](https://github.com/TheAlgorithms/C/commit/061db549c862d32b6e01a0734796f8a0c78e4ddd) Update 100.c - [`d2f2b5a`](https://github.com/TheAlgorithms/C/commit/d2f2b5aaa1326c803b9f1c3c83440f5fdfc7261f) Merge branch 'origin/test2' of https://github.com/arnabpal2022/C into origin/test2 - [`71d47fd`](https://github.com/TheAlgorithms/C/commit/71d47fd12540c7d46eceb00343a054a648b3bbea) Update 100.c - [`a959ed4`](https://github.com/TheAlgorithms/C/commit/a959ed47dc9838e470e7424c4d6b88c9e57ea933) Merge branch 'master' into origin/test2 ### 📊 Changes **2 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/100.c` (+19 -0) </details> ### 📄 Description #### 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]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] 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 --> --- <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:23:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1724