Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

212 单词搜索Ⅱ | LearningGp #15

Open
LearningGp opened this issue Jun 1, 2020 · 1 comment
Open

212 单词搜索Ⅱ | LearningGp #15

LearningGp opened this issue Jun 1, 2020 · 1 comment

Comments

@LearningGp
Copy link
Owner

https://arvinhe.club/2020/06/01/212-%E5%8D%95%E8%AF%8D%E6%90%9C%E7%B4%A2%E2%85%A1/#more

212 单词搜索II难度:困难 平台:leetcode Description给定一个二维网格 board 和一个字典中的单词列表 words,找出所有同时在二维网格和字典中出现的单词。 单词必须按照字母顺序,通过相邻的单元格内的字母构成,其中“相邻”单元格是那些水平相邻或垂直相邻的单元格。同一个单元格内的字母在一个单词中不允许被重复使用。 示例: 1234567891011输入:words &#

@LearningGp
Copy link
Owner Author

212 单词搜索II

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant