mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1138] [MERGED] add Minimum Deletions to Make String Balanced #1708
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:Minimum_Deletions_to_Make_String_Balanced📝 Commits (10+)
3c8c98cadd Minimum Deletions to Make String Balancedf4e5811Update 1653.c88a0fa4Rename README.md to DIRECTORY.mdcc29941Merge https://github.com/TheAlgorithms/C into Minimum_Deletions_to_Make_String_Balanced1631fd1chore: apply suggestions from code reviewe89fb4bUpdate leetcode/src/1653.cff19eafUpdate leetcode/src/1653.c44bef30Update leetcode/src/1653.cf375546Update 1653.c8fedcdbMerge branch 'master' into Minimum_Deletions_to_Make_String_Balanced📊 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
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.