👩💻 Join our community of thousands of amazing developers!
2185. Counting Words With a Given Prefix You are given an array of strings words and a string pref. Return the number of strings in words that contain pref as a prefix. A prefix of a string s is any leading contiguous substring of s. ...