Search
⌘K

Leetcode 2399. Check Distances Between Same Letters

Given a string where each lowercase letter that appears does so exactly twice and a 26-length array mapping 'a'..'z' to required counts, verify that for every letter present the number of characters between its two occurrences equals distance[letterIndex], returning true iff all such checks pass.


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.