Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 130_Surrounded_Regions.cpp #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add 130_Surrounded_Regions.cpp #147

wants to merge 1 commit into from

Conversation

xliu45
Copy link
Collaborator

@xliu45 xliu45 commented Apr 22, 2016

@FreeTymeKiyan Please review

int col = board[0].size();

for(i = 0; i < row; i++){
nearcheck(board, i, 0, row,col);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space before col

@FreeTymeKiyan
Copy link
Owner

FreeTymeKiyan commented Apr 22, 2016

pretty cool @xliu45 would you mind fixing the format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants