2018年11月29日

890. Find and Replace Pattern

摘要: You have a list of words and a pattern, and you want to know which words in words matches the pattern. A word matches the pattern if there exists a permutation of letters p so that after replacing ev... 阅读全文

posted @ 2018-11-29 07:22 猪猪🐷 阅读(89) 评论(0) 推荐(0)

843: Guess the Word

摘要: This problem is an interactive problem new to the LeetCode platform. We are given a word list of unique words, each word is 6 letters long, and one wo 阅读全文

posted @ 2018-11-29 07:20 猪猪🐷 阅读(147) 评论(0) 推荐(0)

361. Bomb Enemy

摘要: Given a 2D grid, each cell is either a wall 'W', an enemy 'E' or empty '0' (the number zero), return the maximum enemies you can kill using one bomb.
The bomb kills all the enemies in the same row an... 阅读全文

posted @ 2018-11-29 06:04 猪猪🐷 阅读(97) 评论(0) 推荐(0)

导航