Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent ...
分类:
其他好文 时间:
2015-06-11 16:47:25
阅读次数:
97
Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded region...
分类:
其他好文 时间:
2015-06-11 07:01:04
阅读次数:
98
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded ...
分类:
其他好文 时间:
2015-06-06 00:14:31
阅读次数:
106
3177 - Beijing Guards
Time limit: 3.000 seconds
Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and finally the Outer Ci...
分类:
其他好文 时间:
2015-06-04 01:04:38
阅读次数:
330
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded ...
分类:
编程语言 时间:
2015-06-01 18:30:54
阅读次数:
168
题目:Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adjace...
分类:
编程语言 时间:
2015-06-01 11:15:07
阅读次数:
125
题目:Given a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that surrounded reg...
分类:
其他好文 时间:
2015-05-26 12:06:37
阅读次数:
131
Given a 2D board containing 'X' and 'O',
capture all regions surrounded by 'X'.
A region is captured by flipping all 'O's into 'X's
in that surrounded region.
For example,
X X X X
X O O X...
分类:
其他好文 时间:
2015-05-24 13:03:25
阅读次数:
166
【题目】 Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecting adj....
分类:
其他好文 时间:
2015-05-23 16:47:04
阅读次数:
138
题目描述:
Given a 2d grid map of '1's (land) and '0's
(water), count the number of islands. An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically. Y...
分类:
其他好文 时间:
2015-05-12 17:13:44
阅读次数:
124