[PR #488] [MERGED] Add LeetCode 231 #893

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/488
Author: @evandronmota
Created: 10/28/2019
Status: Merged
Merged: 10/28/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (2)

📊 Changes

3 files changed (+27 additions, -0 deletions)

View changed files

📝 leetcode/README.md (+2 -0)
leetcode/src/231.c (+5 -0)
leetcode/src/242.c (+20 -0)

📄 Description

No description provided


🔄 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/488 **Author:** [@evandronmota](https://github.com/evandronmota) **Created:** 10/28/2019 **Status:** ✅ Merged **Merged:** 10/28/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8f0602c`](https://github.com/TheAlgorithms/C/commit/8f0602c9f1bc99a716459978ddf2a70b1e8b311c) Add LeetCode 231 - [`aaa8a31`](https://github.com/TheAlgorithms/C/commit/aaa8a3149b25abea3e7784221695814d019c9c18) Add LeetCode 242 ### 📊 Changes **3 files changed** (+27 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+2 -0) ➕ `leetcode/src/231.c` (+5 -0) ➕ `leetcode/src/242.c` (+20 -0) </details> ### 📄 Description _No description provided_ --- <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:16:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#893