Search
⌘K

Leetcode 2828. Check if a String Is an Acronym of Words

Determine whether s equals the string formed by concatenating the first character of each word in words (i.e., check that s[i] == words[i][0] for every index, with lengths matching).


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.