[PR #1137] [MERGED] add leetcode Maximum Erasure Value #1706

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1137
Author: @alexpantyukhin
Created: 11/8/2022
Status: Merged
Merged: 12/2/2022
Merged by: @Panquesito7

Base: masterHead: Add_Maximum_Erase_value


📝 Commits (9)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/1695.c (+29 -0)

📄 Description

Description of Change

Add a guide for new LeetCode solutions.

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/1137 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 12/2/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `Add_Maximum_Erase_value` --- ### 📝 Commits (9) - [`dcef71e`](https://github.com/TheAlgorithms/C/commit/dcef71eba09725f9a9c68d2ef8689b74e48bee30) add leetcode Maximum Erasure Value - [`60815e4`](https://github.com/TheAlgorithms/C/commit/60815e44c51592b48b0ba9b0689a6b628779feb9) Update 1695.c - [`7b79006`](https://github.com/TheAlgorithms/C/commit/7b79006c65b62fdb392a45f80268ca9446b8b944) Rename README.md to DIRECTORY.md - [`075ce52`](https://github.com/TheAlgorithms/C/commit/075ce52f4c0855ee4113608199f9b86eff760cfa) Merge https://github.com/TheAlgorithms/C into Add_Maximum_Erase_value - [`7cf77d1`](https://github.com/TheAlgorithms/C/commit/7cf77d18ef60410e36f4048180707bf716e09dbc) chore: apply suggestions from code review - [`0809201`](https://github.com/TheAlgorithms/C/commit/0809201c601a26b78984f11635e7b17ea6931cd9) Update DIRECTORY.md - [`250cd82`](https://github.com/TheAlgorithms/C/commit/250cd821f91480e52f5ab9c7e08c2130481e3142) Update leetcode/DIRECTORY.md - [`d46b24c`](https://github.com/TheAlgorithms/C/commit/d46b24c34f55e4bdf41db549e15fc6c23c4d2cd6) Merge branch 'master' into Add_Maximum_Erase_value - [`a4950d2`](https://github.com/TheAlgorithms/C/commit/a4950d28dbc68879d3040294ee48088c54cb4dbd) Merge branch 'master' into Add_Maximum_Erase_value ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/1695.c` (+29 -0) </details> ### 📄 Description #### Description of Change Add a guide for new LeetCode solutions. #### 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) - [ ] 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:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1706