Search
⌘K

Leetcode 1653. Minimum Deletions to Make String Balanced

Given a string of 'a' and 'b', delete the fewest characters so that no 'b' appears before any 'a' (i.e., all remaining 'a's precede all remaining 'b's). Return the minimum number of deletions (|s| ≤ 1e5).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.