摘要:
leetcod79题在矩阵中寻找某个单词 用深度优先搜索,首先找到首单词,因为矩阵中的单个元素只能用一次所以要记录路径,还要记录当前位置, 阅读全文
摘要:
"""97. Interleaving StringHard Given s1, s2, s3, find whether s3 is formed by the interleaving of s1 and s2. Example 1: Input: s1 = "aabcc", s2 = "dbb 阅读全文