Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice

Surrounded Regions

Open
#976 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
323
Forks
472
PR merge metrics
No merged PRs in 30d

Description

# Aim

To solve the Leetcode Medium Problem _"Surrounded Regions"_ in C++.
Admins please assign this to me under LGM SOC'21.

# Details

Given an m x n matrix 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.

### Programming language

- [ ] C
- [ ] C++
- [ ] Java
- [ ] Python

Contributor guide

Open the contributing guide

Research direction

The issue names no target file, test, or entry point. First inspect the repository's existing C++ solution layout and nearby matrix or graph problems, then add the Surrounded Regions solution there. Done means the solution handles the stated m × n board and captures only regions surrounded by X.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
data
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.