摘要:
Given a list of strings words and a string pattern, return a list of words[i] that match pattern. You may return the answer in any order. A word match 阅读全文
posted @ 2021-05-23 02:07
CNoodle
阅读(123)
评论(0)
推荐(0)
摘要:
You are given an array of words where each word consists of lowercase English letters. wordA is a predecessor of wordB if and only if we can insert ex 阅读全文
posted @ 2021-05-23 00:57
CNoodle
阅读(255)
评论(0)
推荐(0)