[LintCode] Surrounded Regions

Posted Push your limit!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[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 surrounded region.




以上是关于[LintCode] Surrounded Regions的主要内容,如果未能解决你的问题,请参考以下文章

[LintCode] Surrounded Regions 包围区域

[LeetCode] 130. Surrounded Regions

Surrounded Regions

Surrounded Regions - LeetCode

Surrounded Regions

130. Surrounded Regions