Solution: Number of Black Blocks
C# solution for the Number of Black Blocks problem using the Hash Maps pattern.
We'll cover the following...
We'll cover the following...
Statement
You are given an m by n grid of cells, where some cells are colored black. The black cells are specified by coordinates, where each coordinates[i] = [r, c] marks the cell at row r and column c as black.
Consider every