[PR #1138] [MERGED] add Minimum Deletions to Make String Balanced #1708

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

📋 Pull Request Information

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

Base: masterHead: Minimum_Deletions_to_Make_String_Balanced


📝 Commits (10+)

📊 Changes

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

View changed files

📝 leetcode/DIRECTORY.md (+1 -0)
leetcode/src/1653.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/1138 **Author:** [@alexpantyukhin](https://github.com/alexpantyukhin) **Created:** 11/8/2022 **Status:** ✅ Merged **Merged:** 11/25/2022 **Merged by:** [@Panquesito7](https://github.com/Panquesito7) **Base:** `master` ← **Head:** `Minimum_Deletions_to_Make_String_Balanced` --- ### 📝 Commits (10+) - [`3c8c98c`](https://github.com/TheAlgorithms/C/commit/3c8c98ca626ee48fd1964b2b0a557d471d2c4115) add Minimum Deletions to Make String Balanced - [`f4e5811`](https://github.com/TheAlgorithms/C/commit/f4e5811fc49c236a496ca54749e74825b23411fc) Update 1653.c - [`88a0fa4`](https://github.com/TheAlgorithms/C/commit/88a0fa4feae3166e244681be2c535a29d180d296) Rename README.md to DIRECTORY.md - [`cc29941`](https://github.com/TheAlgorithms/C/commit/cc29941eb0276bc30d162372d1bec665e64f5197) Merge https://github.com/TheAlgorithms/C into Minimum_Deletions_to_Make_String_Balanced - [`1631fd1`](https://github.com/TheAlgorithms/C/commit/1631fd1e66b475aa1f94101162197dd96a9ff3e5) chore: apply suggestions from code review - [`e89fb4b`](https://github.com/TheAlgorithms/C/commit/e89fb4b65c459434b13b958f5b92e868722aee8e) Update leetcode/src/1653.c - [`ff19eaf`](https://github.com/TheAlgorithms/C/commit/ff19eaf0b6edd4f63ff4e3be5c858e01c6788a61) Update leetcode/src/1653.c - [`44bef30`](https://github.com/TheAlgorithms/C/commit/44bef3078a6fb1271249e385e17e4135ada8ab95) Update leetcode/src/1653.c - [`f375546`](https://github.com/TheAlgorithms/C/commit/f37554658c0287acb272d7dd6dd4679d1993fda7) Update 1653.c - [`8fedcdb`](https://github.com/TheAlgorithms/C/commit/8fedcdbf240ae573597fe83b24b1d57b19d161d7) Merge branch 'master' into Minimum_Deletions_to_Make_String_Balanced ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/DIRECTORY.md` (+1 -0) ➕ `leetcode/src/1653.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:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1708