Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Surrounded Regions
- 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
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