码迷,mamicode.com
首页 >  
搜索关键字:surrounded    ( 192个结果
[LintCode] 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 surrounde ...
分类:其他好文   时间:2016-06-10 00:53:19    阅读次数:213
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 adjacen ...
分类:其他好文   时间:2016-06-08 13:54:42    阅读次数:162
【一天一道LeetCode】#130. Surrounded Regions
一天一道LeetCode 本系列文章已全部上传至我的github,地址:ZeeCoder‘s Github 欢迎大家关注我的新浪微博,我的新浪微博 欢迎转载,转载请注明出处 (一)题目 Given a 2D board containing ‘X’ and ‘O’, capture all regions surrounded by ‘X’. A region is c...
分类:其他好文   时间:2016-06-05 14:05:54    阅读次数:304
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 ...
分类:其他好文   时间:2016-05-31 20:31:38    阅读次数:215
130. Surrounded Regions
...
分类:其他好文   时间:2016-05-22 22:53:45    阅读次数:203
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 adjacen ...
分类:其他好文   时间:2016-05-20 23:54:13    阅读次数:151
UVA 1335 Beijing Guards
题目: M - Beijing Guards Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Practice UVA 1335 Description Beijing was once surrounded by four rings of city walls: ...
分类:其他好文   时间:2016-05-12 21:58:09    阅读次数:181
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 ...
分类:其他好文   时间:2016-05-08 13:44:02    阅读次数:146
AYITACM2016省赛第三周M - Beijing Guards(贪心+二分)
Beijing was once surrounded by four rings of city walls: the Forbidden City Wall, the Imperial City Wall, the Inner City Wall, and ?nally the Outer City Wall. Most of these walls were demolished in ...
分类:其他好文   时间:2016-05-07 10:51:18    阅读次数:167
leetcode 200. Number of Islands(DFS)
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 adjacen ...
分类:其他好文   时间:2016-04-25 06:32:20    阅读次数:111
192条   上一页 1 ... 5 6 7 8 9 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!