Neighbor Cells


Two cells in a $20*20$ board are adjacent if they have a common edge ( a cell is not adjacent to itself). What is the maximum number of cells that can be marked in a $20*20$  such that every cell is adjacent to at most one marked cell? 


Combinatorics  


  3 Upvotes                    0 Downvotes

Statistics



Attempt 27


Solve 15


First Solve Rimon123