码迷,mamicode.com
首页 >  
搜索关键字:surrounded    ( 192个结果
130. Surrounded Regions
Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'. A region is captured by flipping all 'O's into 'X's in ...
分类:其他好文   时间:2016-09-12 08:37:18    阅读次数:143
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-09-12 06:05:34    阅读次数:158
LeetCode(130) Surrounded Regions
题目 Given a 2D board containing 'X' and 'O' (the letter O), capture all regions surrounded by 'X'. A region is captured by flipping all 'O's into 'X's in that surrounded region. For exam...
分类:其他好文   时间:2016-08-15 22:28:34    阅读次数:188
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 adjacen ...
分类:其他好文   时间:2016-08-15 13:00:06    阅读次数:121
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-08-11 01:01:23    阅读次数:170
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-08-05 06:27:38    阅读次数:100
200. Number of Islands java solutions
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-07-04 11:29:34    阅读次数:141
BFS数组,将包围区域‘O'换成’X'
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 regio ...
分类:编程语言   时间:2016-06-29 10:01:51    阅读次数:191
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-13 13:08:29    阅读次数:100
<LeetCode OJ> 200. Number of Islands
Total Accepted: 48411 Total Submissions: 171609 Difficulty: Medium 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...
分类:其他好文   时间:2016-06-11 17:31:13    阅读次数:175
192条   上一页 1 ... 4 5 6 7 8 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!