Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve Problem 1653. Minimum Deletions to Make String Balanced #1527

Merged
merged 2 commits into from
Aug 1, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jul 30, 2024

This pull request resolves #1526 by solving the problem 1653. Minimum Deletions to Make String Balanced in C++. It solves the problem checking the count of Bs to the left and As to the right of each element.

@threeal threeal added this to the July 2024 milestone Jul 30, 2024
@threeal threeal self-assigned this Jul 30, 2024
@threeal threeal modified the milestones: July 2024, August 2024 Aug 1, 2024
@threeal threeal merged commit 7ad4449 into main Aug 1, 2024
2 checks passed
@threeal threeal deleted the solve-problem-1653 branch August 1, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Solve Problem 1653. Minimum Deletions to Make String Balanced
1 participant