码迷,mamicode.com
首页 >  
搜索关键字:surrounded    ( 192个结果
Leetcode 200 Number of Islands
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
Surrounded Regions 感染列岛
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
[LeetCode] Surrounded Regions 包围区域
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
Live Archive 3177 3177 - Beijing Guards 【枚举】
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
Java for LeetCode 130 Surrounded Regions
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
[LeetCode-JAVA] Number of Islands
题目: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
【Surrounded Regions】cpp
题目: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
Surrounded Regions -- leetcode
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
200-Number of Islands
【题目】 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
LeetCode:Number of Islands
题目描述: 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
192条   上一页 1 ... 9 10 11 12 13 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!