LeetCode Daily Challenge-3085. Minimum Deletions to Make String K-Special
Problem Description
I assume you have read the original problem description in the link above, so I will share some key points about a common mistake in the problem, which is using a greedy approach.
A common mistake: greedily delete from the most co...
huanganni.hashnode.dev5 min read