[PR #1252] [MERGED] feat: add LeetCode problem 434 #1844

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1252
Author: @PalAditya
Created: 4/27/2023
Status: Merged
Merged: 4/27/2023
Merged by: @Panquesito7

Base: masterHead: leetcode_434


📝 Commits (4)

  • 99f91ae feat: add LeetCode problem 434
  • 0a376e5 docs: updating leetcode/DIRECTORY.md
  • cc748dc docs: updating `leetcode/DIRECTORY.md
  • f052606 Update 434.c

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/434.c (+20 -0)

📄 Description

Adds solution of problem 434 for leetcode. Beats 100% Time, 97.18% space

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • I acknowledge that all my contributions will be made under the project's license.

🔄 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/1252 **Author:** [@PalAditya](https://github.com/PalAditya) **Created:** 4/27/2023 **Status:** ✅ Merged **Merged:** 4/27/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `leetcode_434` --- ### 📝 Commits (4) - [`99f91ae`](https://github.com/TheAlgorithms/C/commit/99f91ae1da6164a0d4eb1321dcb3999c48aaa8ef) feat: add LeetCode problem 434 - [`0a376e5`](https://github.com/TheAlgorithms/C/commit/0a376e5bb38a2406c07f4bf836bd10f09ff8a0ee) docs: updating `leetcode/DIRECTORY.md` - [`cc748dc`](https://github.com/TheAlgorithms/C/commit/cc748dc63525329165829cf7c9624f4a3447532a) docs: updating `leetcode/DIRECTORY.md - [`f052606`](https://github.com/TheAlgorithms/C/commit/f052606d747dae2cf98d9c45ba5211dc21668de2) Update 434.c ### 📊 Changes **2 files changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/434.c` (+20 -0) </details> ### 📄 Description Adds solution of problem 434 for leetcode. Beats 100% Time, 97.18% space #### 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] 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] I acknowledge that all my contributions will be made under the project's license. --- <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:25:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1844