[PR #336] [MERGED] Added commented solution to problem 461 #671

Closed
opened 2026-01-29 15:14:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/336
Author: @SaurusXI
Created: 10/4/2019
Status: Merged
Merged: 10/5/2019
Merged by: @danghai

Base: masterHead: master


📝 Commits (1)

  • aaa2546 Added commented solution to problem 461

📊 Changes

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

View changed files

📝 leetcode/README.md (+1 -0)
leetcode/src/461.c (+12 -0)

📄 Description

Another solution for https://github.com/TheAlgorithms/C/issues/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/336 **Author:** [@SaurusXI](https://github.com/SaurusXI) **Created:** 10/4/2019 **Status:** ✅ Merged **Merged:** 10/5/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`aaa2546`](https://github.com/TheAlgorithms/C/commit/aaa2546afa9081ce95df9db7118968274b05ff1c) Added commented solution to problem 461 ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/README.md` (+1 -0) ➕ `leetcode/src/461.c` (+12 -0) </details> ### 📄 Description Another solution for https://github.com/TheAlgorithms/C/issues/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:14:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#671