[PR #1113] [MERGED] added leetcode problem 75 #1678

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1113
Author: @satvik202
Created: 10/27/2022
Status: Merged
Merged: 1/20/2023
Merged by: @Panquesito7

Base: masterHead: master


📝 Commits (10+)

📊 Changes

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

View changed files

📝 DIRECTORY.md (+15 -0)
📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/75.c (+24 -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/1113 **Author:** [@satvik202](https://github.com/satvik202) **Created:** 10/27/2022 **Status:** ✅ Merged **Merged:** 1/20/2023 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`9c0b834`](https://github.com/TheAlgorithms/C/commit/9c0b834b2931308717463d1b0e210d06f49a18b7) added leetcode problem 75 - [`87e51c6`](https://github.com/TheAlgorithms/C/commit/87e51c653f443c50608c7d68ac1cd3232037ed77) Update 75.c - [`25dbcc9`](https://github.com/TheAlgorithms/C/commit/25dbcc977aad840eff5aae328373cb8156be4ab3) Merge https://github.com/TheAlgorithms/C - [`602eaed`](https://github.com/TheAlgorithms/C/commit/602eaedacd823063a160c15c0f1703eb12e5678a) Update 75.c - [`9aa24c9`](https://github.com/TheAlgorithms/C/commit/9aa24c95829071c9be6ff5cc66993b1adc4cec23) Merge branch 'master' into master - [`c9165e5`](https://github.com/TheAlgorithms/C/commit/c9165e5e30ae2bd68a3abe87068d28e9a72de2a8) updating DIRECTORY.md - [`78b68b6`](https://github.com/TheAlgorithms/C/commit/78b68b660f3427ec1be5a1600400c35cfcb1fa0f) Update 75.c - [`b6c7ad6`](https://github.com/TheAlgorithms/C/commit/b6c7ad62b77ed477b9ff07bc67f683df1ed755c7) Merge branch 'master' into master - [`c018007`](https://github.com/TheAlgorithms/C/commit/c018007969caaac2b7173dc9b9496754a53e2a72) chore: apply suggestions from code review - [`32b4caa`](https://github.com/TheAlgorithms/C/commit/32b4caa07d87ba121ec4abe19c93925f762d4605) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+15 -0) 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/75.c` (+24 -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 - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [ ] Relevant documentation/comments is changed or added - [ ] 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:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1678