Search
⌘K

Leetcode 1023. Camelcase Matching

For each query, determine whether the pattern can be transformed into the query by inserting lowercase letters (i.e., the pattern's characters must appear in order in the query and any uppercase letters in the query must match the next pattern character). Return a boolean array indicating which queries satisfy this camelcase-matching constraint.


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.