题目代码/*---------------------------------------
* 日期:2015-07-06
* 作者:SJF0115
* 题目:WordSearch
* 来源:华为机试真题
-----------------------------------------*/
#include
#include
#include...
分类:
其他好文 时间:
2015-07-06 23:30:18
阅读次数:
230
【题目】
Given a 2D board and a list of words from the dictionary, find all words in the board.
Each word must be constructed from letters of sequentially adjacent cell, where "adjacent" cells are...
分类:
其他好文 时间:
2015-05-19 19:10:30
阅读次数:
214
【题目】Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "ad...
分类:
其他好文 时间:
2015-05-06 10:40:43
阅读次数:
159