Search
⌘K

Leetcode 2287. Rearrange Characters to Make Target String

Given strings s and target, return the maximum number of copies of target you can form by taking letters from s and rearranging them; the answer is found by comparing character counts in s and target and taking the minimum floor(count_s[c]/count_target[c]) over characters in target.


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.