Problem 45366. Connect Four - 04
Previous Problem
https://www.mathworks.com/matlabcentral/cody/problems/45355-connect-four-03
In addition to the previous problem, in this case
a 2 by 2 block will also be considered as a winning move.
For example,
x=[ 1 1 2 1 2
1 1 2 2 1
2 1 2 2 1
2 2 1 1 2]
here, there is a 2-by-2 block of 1 and 2.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
282 Solvers
-
Unique values without using UNIQUE function
402 Solvers
-
Is the paranthesis sequence balanced ?
190 Solvers
-
749 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
673 Solvers
More from this Author174
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!